Html Css Color HEX #CC220B Harley Davidson Orange

📋 copy color: '#CC220B'

red 204 ◦ green 34 ◦ blue 11

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

Shades of Harley Davidson Orange #CC220B

Tints of Harley Davidson Orange #CC220B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 81.93%
G = 13.65%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC220B (or 0xCC220B) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 0B. RGB value is (204,34,11). Sum of RGB (Red+Green+Blue) = 204+34+11=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC220B is #33DDF4. Grayscale: #525252. Windows color (decimal): -3399157 or 729804. OLE color: 729804.

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

Color convert

RGB 204 34 11 -
CMYK 0 0.83 0.95 0.2
HSL 7.15º 0.9% 0.42% -
HSV(B) 7.15º 0.95% 0.8% -
XYZ 25.53 14.01 1.67 -
YUV 82.21 87.82 214.87 -
System Red Green Blue C M Y K H S L
Decimal 204 34 11 0 0.83 0.95 0.2 7.15 0.9 0.42
Hex CC 22 B 0 53 5F 14 7 5A 2A
Octal 314 42 13 0 123 137 24 7 132 52
Binary 11001100 100010 1011 0 1010011 1011111 10100 111 1011010 101010

Color Harmonies of #CC220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC220B

Black with #CC220B

Text Example


Text Example

White with #CC220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC220B; }

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

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

background-color css

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

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

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

border-color css

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

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

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