Html Css Color HEX #CC4222 Harley Davidson Orange

📋 copy color: '#CC4222'

red 204 ◦ green 66 ◦ blue 34

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

Shades of Harley Davidson Orange #CC4222

Tints of Harley Davidson Orange #CC4222

RGB

 RED value IS 204 (80.08% from 255) = 67.11%

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

 BLUE value IS 34 (13.67% from 255) = 11.18%

R = 67.11%
G = 21.71%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC4222 (or 0xCC4222) is known color: Harley Davidson Orange. HEX triplet: CC, 42 and 22. RGB value is (204,66,34). Sum of RGB (Red+Green+Blue) = 204+66+34=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4222 is #33BDDD. Grayscale: #676767. Windows color (decimal): -3390942 or 2245324. OLE color: 2245324.

HSL color Cylindrical-coordinate representation of color #CC4222: hue angle of 11.29º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC4222 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 34 -
CMYK 0 0.68 0.83 0.2
HSL 11.29º 0.71% 0.47% -
HSV(B) 11.29º 0.83% 0.8% -
XYZ 27.14 16.85 3.34 -
YUV 103.61 88.72 199.6 -
System Red Green Blue C M Y K H S L
Decimal 204 66 34 0 0.68 0.83 0.2 11.29 0.71 0.47
Hex CC 42 22 0 44 53 14 B 47 2F
Octal 314 102 42 0 104 123 24 13 107 57
Binary 11001100 1000010 100010 0 1000100 1010011 10100 1011 1000111 101111

Color Harmonies of #CC4222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4222

Black with #CC4222

Text Example


Text Example

White with #CC4222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4222; }

 p { color: rgb(204,66,34); }

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

background-color css

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

 a { background-color: rgb(204,66,34); }

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

border-color css

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

 span { border-color: rgb(204,66,34); }

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