#CA230C

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

Shades of Harley Davidson Orange #CA230C

Tints of Harley Davidson Orange #CA230C

Color information

#CA230C (or 0xCA230C) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 23 and 0C. RGB value is (202,35,12). Sum of RGB (Red+Green+Blue) = 202+35+12=249 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.12% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 202 - color contains mainly: red. Hex color #CA230C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA230C is #35DCF3. Grayscale: #525252. Windows color (decimal): -3529972 or 795594. OLE color: 795594.

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

Color convert

RGB2023512-
CMYK00.830.940.21
HSL7.26º88.79%41.96%-
HSV(B)7.26º94.06%79.22%-
XYZ25.0213.791.69-
YUV82.3188.33213.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 81.12%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 12 (5.08% from 255) = 4.82%
R=81.12%
G=14.06%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202351200.830.940.217.2688.7941.96
HexCA23C0535E157592a
Octal3124314012313625713152
Binary110010101000111100010100111011110101011111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA230C; }

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

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

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

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

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

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

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

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