Html Css Color HEX #CC2F07 Harley Davidson Orange

📋 copy color: '#CC2F07'

red 204 ◦ green 47 ◦ blue 7

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

Shades of Harley Davidson Orange #CC2F07

Tints of Harley Davidson Orange #CC2F07

RGB

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

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

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

R = 79.07%
G = 18.22%
B = 2.71%

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

#CC2F07 (or 0xCC2F07) is known color: Harley Davidson Orange. HEX triplet: CC, 2F and 07. RGB value is (204,47,7). Sum of RGB (Red+Green+Blue) = 204+47+7=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2F07 is #33D0F8. Grayscale: #595959. Windows color (decimal): -3395833 or 470988. OLE color: 470988.

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

Color convert

RGB 204 47 7 -
CMYK 0 0.77 0.97 0.2
HSL 12.18º 0.93% 0.41% -
HSV(B) 12.18º 0.97% 0.8% -
XYZ 25.96 14.89 1.71 -
YUV 89.38 81.51 209.75 -
System Red Green Blue C M Y K H S L
Decimal 204 47 7 0 0.77 0.97 0.2 12.18 0.93 0.41
Hex CC 2F 7 0 4D 61 14 C 5D 29
Octal 314 57 7 0 115 141 24 14 135 51
Binary 11001100 101111 111 0 1001101 1100001 10100 1100 1011101 101001

Color Harmonies of #CC2F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F07

Black with #CC2F07

Text Example


Text Example

White with #CC2F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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