#CA2900

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

Shades of Harley Davidson Orange #CA2900

Tints of Harley Davidson Orange #CA2900

Color information

#CA2900 (or 0xCA2900) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 29 and 00. RGB value is (202,41,0). Sum of RGB (Red+Green+Blue) = 202+41+0=243 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.13% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2900 is #35D6FF. Grayscale: #545454. Windows color (decimal): -3528448 or 10698. OLE color: 10698.

HSL color Cylindrical-coordinate representation of color #CA2900: hue angle of 12.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA2900 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB202410-
CMYK00.8010.21
HSL12.18º100%39.61%-
HSV(B)12.18º100%79.22%-
XYZ25.1514.141.4-
YUV84.4680.34211.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 83.13%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.13%
G=16.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20241000.8010.2112.1810039.61
HexCA2900506415c6428
Octal3125100120144251414450
Binary1100101010100100101000011001001010111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2900; }

 p { color: rgb(202,41,0); }

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

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

 a { background-color: rgb(202,41,0); }

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

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

 span { border-color: rgb(202,41,0); }

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