Html Css Color HEX #CA4417 Harley Davidson Orange

📋 copy color: '#CA4417'

red 202 ◦ green 68 ◦ blue 23

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

Shades of Harley Davidson Orange #CA4417

Tints of Harley Davidson Orange #CA4417

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.21%

 BLUE value IS 23 (9.38% from 255) = 7.85%

R = 68.94%
G = 23.21%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA4417 (or 0xCA4417) is known color: Harley Davidson Orange. HEX triplet: CA, 44 and 17. RGB value is (202,68,23). Sum of RGB (Red+Green+Blue) = 202+68+23=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4417 is #35BBE8. Grayscale: #676767. Windows color (decimal): -3521513 or 1524938. OLE color: 1524938.

HSL color Cylindrical-coordinate representation of color #CA4417: hue angle of 15.08º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA4417 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 68 23 -
CMYK 0 0.66 0.89 0.21
HSL 15.08º 0.8% 0.44% -
HSV(B) 15.08º 0.89% 0.79% -
XYZ 26.58 16.75 2.64 -
YUV 102.94 82.89 198.66 -
System Red Green Blue C M Y K H S L
Decimal 202 68 23 0 0.66 0.89 0.21 15.08 0.8 0.44
Hex CA 44 17 0 42 59 15 F 50 2C
Octal 312 104 27 0 102 131 25 17 120 54
Binary 11001010 1000100 10111 0 1000010 1011001 10101 1111 1010000 101100

Color Harmonies of #CA4417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4417

Black with #CA4417

Text Example


Text Example

White with #CA4417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4417; }

 p { color: rgb(202,68,23); }

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

background-color css

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

 a { background-color: rgb(202,68,23); }

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

border-color css

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

 span { border-color: rgb(202,68,23); }

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