#CA231E

Color #CA231E Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CA231E

Tints of Harley Davidson Orange #CA231E

Color information

#CA231E (or 0xCA231E) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 23 and 1E. RGB value is (202,35,30). Sum of RGB (Red+Green+Blue) = 202+35+30=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA231E is #35DCE1. Grayscale: #545454. Windows color (decimal): -3529954 or 1975242. OLE color: 1975242.

HSL color Cylindrical-coordinate representation of color #CA231E: hue angle of 1.74º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA231E is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB2023530-
CMYK00.830.850.21
HSL1.74º74.14%45.49%-
HSV(B)1.74º85.15%79.22%-
XYZ25.1913.852.57-
YUV84.3697.33211.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 75.66%
GREEN value IS 35 (14.06% from 255) = 13.11%
BLUE value IS 30 (12.11% from 255) = 11.24%
R=75.66%
G=13.11%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202353000.830.850.211.7474.1445.49
HexCA231E053551524a2d
Octal3124336012312525211255
Binary110010101000111111001010011101010110101101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA231E; }

 p { color: rgb(202,35,30); }

 H1.HeaderClassName
 {
   color: #CA231E;
 }
 .AnyTagClassName
 {
   color: #CA231E;
 }
</style>
background-color css

<style>
 a { background-color: #CA231E; }

 a { background-color: rgb(202,35,30); }

 div.DivClassName
 {
   background-color: #CA231E;
 }
 .BgClassName
 {
   background-color: #CA231E;
 }
</style>
border-color css

<style>
 span { border-color: #CA231E; }

 span { border-color: rgb(202,35,30); }

 td.TdClassName
 {
   border-color: #CA231E;
 }
 .TagClassName
 {
   border-color: #CA231E;
 }
</style>