Html Css Color HEX #CA2709 Harley Davidson Orange

📋 copy color: '#CA2709'

red 202 ◦ green 39 ◦ blue 9

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

Shades of Harley Davidson Orange #CA2709

Tints of Harley Davidson Orange #CA2709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.6%

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

R = 80.8%
G = 15.6%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA2709 (or 0xCA2709) is known color: Harley Davidson Orange. HEX triplet: CA, 27 and 09. RGB value is (202,39,9). Sum of RGB (Red+Green+Blue) = 202+39+9=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2709 is #35D8F6. Grayscale: #545454. Windows color (decimal): -3528951 or 600010. OLE color: 600010.

HSL color Cylindrical-coordinate representation of color #CA2709: hue angle of 9.33º 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 #CA2709 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 39 9 -
CMYK 0 0.81 0.96 0.21
HSL 9.33º 0.91% 0.41% -
HSV(B) 9.33º 0.96% 0.79% -
XYZ 25.13 14.03 1.64 -
YUV 84.32 85.5 211.94 -
System Red Green Blue C M Y K H S L
Decimal 202 39 9 0 0.81 0.96 0.21 9.33 0.91 0.41
Hex CA 27 9 0 51 60 15 9 5B 29
Octal 312 47 11 0 121 140 25 11 133 51
Binary 11001010 100111 1001 0 1010001 1100000 10101 1001 1011011 101001

Color Harmonies of #CA2709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2709

Black with #CA2709

Text Example


Text Example

White with #CA2709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2709; }

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

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

background-color css

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

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

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

border-color css

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

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

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