Html Css Color HEX #CC220D Harley Davidson Orange

📋 copy color: '#CC220D'

red 204 ◦ green 34 ◦ blue 13

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

Shades of Harley Davidson Orange #CC220D

Tints of Harley Davidson Orange #CC220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.18%

R = 81.27%
G = 13.55%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC220D (or 0xCC220D) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 0D. RGB value is (204,34,13). Sum of RGB (Red+Green+Blue) = 204+34+13=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC220D is #33DDF2. Grayscale: #525252. Windows color (decimal): -3399155 or 860876. OLE color: 860876.

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

Color convert

RGB 204 34 13 -
CMYK 0 0.83 0.94 0.2
HSL 6.6º 0.88% 0.43% -
HSV(B) 6.6º 0.94% 0.8% -
XYZ 25.55 14.01 1.74 -
YUV 82.44 88.82 214.71 -
System Red Green Blue C M Y K H S L
Decimal 204 34 13 0 0.83 0.94 0.2 6.6 0.88 0.43
Hex CC 22 D 0 53 5E 14 7 58 2B
Octal 314 42 15 0 123 136 24 7 130 53
Binary 11001100 100010 1101 0 1010011 1011110 10100 111 1011000 101011

Color Harmonies of #CC220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC220D

Black with #CC220D

Text Example


Text Example

White with #CC220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC220D; }

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

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

background-color css

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

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

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

border-color css

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

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

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