Html Css Color HEX #CC2207 Harley Davidson Orange

📋 copy color: '#CC2207'

red 204 ◦ green 34 ◦ blue 7

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

Shades of Harley Davidson Orange #CC2207

Tints of Harley Davidson Orange #CC2207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.86%

R = 83.27%
G = 13.88%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC2207 (or 0xCC2207) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 07. RGB value is (204,34,7). Sum of RGB (Red+Green+Blue) = 204+34+7=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2207 is #33DDF8. Grayscale: #525252. Windows color (decimal): -3399161 or 467660. OLE color: 467660.

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

Color convert

RGB 204 34 7 -
CMYK 0 0.83 0.97 0.2
HSL 8.22º 0.93% 0.41% -
HSV(B) 8.22º 0.97% 0.8% -
XYZ 25.51 14 1.56 -
YUV 81.75 85.82 215.2 -
System Red Green Blue C M Y K H S L
Decimal 204 34 7 0 0.83 0.97 0.2 8.22 0.93 0.41
Hex CC 22 7 0 53 61 14 8 5D 29
Octal 314 42 7 0 123 141 24 10 135 51
Binary 11001100 100010 111 0 1010011 1100001 10100 1000 1011101 101001

Color Harmonies of #CC2207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2207

Black with #CC2207

Text Example


Text Example

White with #CC2207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2207; }

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

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

background-color css

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

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

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

border-color css

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

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

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