Html Css Color HEX #CA2D09 Harley Davidson Orange

📋 copy color: '#CA2D09'

red 202 ◦ green 45 ◦ blue 9

#CA2D09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CA2D09

Tints of Harley Davidson Orange #CA2D09

RGB

 RED value IS 202 (79.3% from 255) = 78.91%

 GREEN value IS 45 (17.97% from 255) = 17.58%

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 78.91%
G = 17.58%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA2D09 (or 0xCA2D09) is known color: Harley Davidson Orange. HEX triplet: CA, 2D and 09. RGB value is (202,45,9). Sum of RGB (Red+Green+Blue) = 202+45+9=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2D09 is #35D2F6. Grayscale: #585858. Windows color (decimal): -3527415 or 601546. OLE color: 601546.

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

Color convert

RGB 202 45 9 -
CMYK 0 0.78 0.96 0.21
HSL 11.19º 0.91% 0.41% -
HSV(B) 11.19º 0.96% 0.79% -
XYZ 25.34 14.45 1.71 -
YUV 87.84 83.51 209.43 -
System Red Green Blue C M Y K H S L
Decimal 202 45 9 0 0.78 0.96 0.21 11.19 0.91 0.41
Hex CA 2D 9 0 4E 60 15 B 5B 29
Octal 312 55 11 0 116 140 25 13 133 51
Binary 11001010 101101 1001 0 1001110 1100000 10101 1011 1011011 101001

Color Harmonies of #CA2D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D09

Black with #CA2D09

Text Example


Text Example

White with #CA2D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D09; }

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

 H1.HeaderClassName
 {
   color: #CA2D09;
 }
 .AnyTagClassName
 {
   color: #CA2D09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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