Html Css Color HEX #CA4220 Harley Davidson Orange

📋 copy color: '#CA4220'

red 202 ◦ green 66 ◦ blue 32

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

Shades of Harley Davidson Orange #CA4220

Tints of Harley Davidson Orange #CA4220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22%

 BLUE value IS 32 (12.89% from 255) = 10.67%

R = 67.33%
G = 22%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA4220 (or 0xCA4220) is known color: Harley Davidson Orange. HEX triplet: CA, 42 and 20. RGB value is (202,66,32). Sum of RGB (Red+Green+Blue) = 202+66+32=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4220 is #35BDDF. Grayscale: #676767. Windows color (decimal): -3522016 or 2114250. OLE color: 2114250.

HSL color Cylindrical-coordinate representation of color #CA4220: hue angle of 12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA4220 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 66 32 -
CMYK 0 0.67 0.84 0.21
HSL 12º 0.73% 0.46% -
HSV(B) 12º 0.84% 0.79% -
XYZ 26.57 16.56 3.16 -
YUV 102.79 88.06 198.76 -
System Red Green Blue C M Y K H S L
Decimal 202 66 32 0 0.67 0.84 0.21 12 0.73 0.46
Hex CA 42 20 0 43 54 15 C 49 2E
Octal 312 102 40 0 103 124 25 14 111 56
Binary 11001010 1000010 100000 0 1000011 1010100 10101 1100 1001001 101110

Color Harmonies of #CA4220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4220

Black with #CA4220

Text Example


Text Example

White with #CA4220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4220; }

 p { color: rgb(202,66,32); }

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

background-color css

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

 a { background-color: rgb(202,66,32); }

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

border-color css

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

 span { border-color: rgb(202,66,32); }

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