#CA2D19

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

Shades of Harley Davidson Orange #CA2D19

Tints of Harley Davidson Orange #CA2D19

Color information

#CA2D19 (or 0xCA2D19) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 2D and 19. RGB value is (202,45,25). Sum of RGB (Red+Green+Blue) = 202+45+25=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2D19 is #35D2E6. Grayscale: #595959. Windows color (decimal): -3527399 or 1650122. OLE color: 1650122.

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

Color convert

RGB2024525-
CMYK00.780.880.21
HSL6.78º77.97%44.51%-
HSV(B)6.78º87.62%79.22%-
XYZ25.4714.52.38-
YUV89.6691.51208.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 74.26%
GREEN value IS 45 (17.97% from 255) = 16.54%
BLUE value IS 25 (10.16% from 255) = 9.19%
R=74.26%
G=16.54%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202452500.780.880.216.7877.9744.51
HexCA2D1904E581574e2d
Octal3125531011613025711655
Binary1100101010110111001010011101011000101011111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2D19; }

 p { color: rgb(202,45,25); }

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

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

 a { background-color: rgb(202,45,25); }

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

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

 span { border-color: rgb(202,45,25); }

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