Html Css Color HEX #CC2204 Harley Davidson Orange

📋 copy color: '#CC2204'

red 204 ◦ green 34 ◦ blue 4

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

Shades of Harley Davidson Orange #CC2204

Tints of Harley Davidson Orange #CC2204

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.05%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 84.3%
G = 14.05%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC2204 (or 0xCC2204) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 04. RGB value is (204,34,4). Sum of RGB (Red+Green+Blue) = 204+34+4=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2204 is #33DDFB. Grayscale: #515151. Windows color (decimal): -3399164 or 271052. OLE color: 271052.

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

Color convert

RGB 204 34 4 -
CMYK 0 0.83 0.98 0.2
HSL 0.96% 0.41% -
HSV(B) 0.98% 0.8% -
XYZ 25.5 13.99 1.47 -
YUV 81.41 84.32 215.44 -
System Red Green Blue C M Y K H S L
Decimal 204 34 4 0 0.83 0.98 0.2 9 0.96 0.41
Hex CC 22 4 0 53 62 14 9 60 29
Octal 314 42 4 0 123 142 24 11 140 51
Binary 11001100 100010 100 0 1010011 1100010 10100 1001 1100000 101001

Color Harmonies of #CC2204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2204

Black with #CC2204

Text Example


Text Example

White with #CC2204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2204; }

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

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

background-color css

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

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

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

border-color css

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

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

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