Html Css Color HEX #CA3E09 Harley Davidson Orange

📋 copy color: '#CA3E09'

red 202 ◦ green 62 ◦ blue 9

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

Shades of Harley Davidson Orange #CA3E09

Tints of Harley Davidson Orange #CA3E09

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

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

R = 73.99%
G = 22.71%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA3E09 (or 0xCA3E09) is known color: Harley Davidson Orange. HEX triplet: CA, 3E and 09. RGB value is (202,62,9). Sum of RGB (Red+Green+Blue) = 202+62+9=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3E09 is #35C1F6. Grayscale: #626262. Windows color (decimal): -3523063 or 605898. OLE color: 605898.

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

Color convert

RGB 202 62 9 -
CMYK 0 0.69 0.96 0.21
HSL 16.48º 0.91% 0.41% -
HSV(B) 16.48º 0.96% 0.79% -
XYZ 26.13 16.02 1.97 -
YUV 97.82 77.88 202.31 -
System Red Green Blue C M Y K H S L
Decimal 202 62 9 0 0.69 0.96 0.21 16.48 0.91 0.41
Hex CA 3E 9 0 45 60 15 10 5B 29
Octal 312 76 11 0 105 140 25 20 133 51
Binary 11001010 111110 1001 0 1000101 1100000 10101 10000 1011011 101001

Color Harmonies of #CA3E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3E09

Black with #CA3E09

Text Example


Text Example

White with #CA3E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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