Html Css Color HEX #CC2F06 Harley Davidson Orange

📋 copy color: '#CC2F06'

red 204 ◦ green 47 ◦ blue 6

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

Shades of Harley Davidson Orange #CC2F06

Tints of Harley Davidson Orange #CC2F06

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.29%

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 79.38%
G = 18.29%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC2F06 (or 0xCC2F06) is known color: Harley Davidson Orange. HEX triplet: CC, 2F and 06. RGB value is (204,47,6). Sum of RGB (Red+Green+Blue) = 204+47+6=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2F06 is #33D0F9. Grayscale: #595959. Windows color (decimal): -3395834 or 405452. OLE color: 405452.

HSL color Cylindrical-coordinate representation of color #CC2F06: hue angle of 12.42º degrees, saturation: 0.94, 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 #CC2F06 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 47 6 -
CMYK 0 0.77 0.97 0.2
HSL 12.42º 0.94% 0.41% -
HSV(B) 12.42º 0.97% 0.8% -
XYZ 25.95 14.88 1.68 -
YUV 89.27 81.01 209.83 -
System Red Green Blue C M Y K H S L
Decimal 204 47 6 0 0.77 0.97 0.2 12.42 0.94 0.41
Hex CC 2F 6 0 4D 61 14 C 5E 29
Octal 314 57 6 0 115 141 24 14 136 51
Binary 11001100 101111 110 0 1001101 1100001 10100 1100 1011110 101001

Color Harmonies of #CC2F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F06

Black with #CC2F06

Text Example


Text Example

White with #CC2F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F06; }

 p { color: rgb(204,47,6); }

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

background-color css

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

 a { background-color: rgb(204,47,6); }

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

border-color css

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

 span { border-color: rgb(204,47,6); }

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