Html Css Color HEX #CC2F02 Harley Davidson Orange

📋 copy color: '#CC2F02'

red 204 ◦ green 47 ◦ blue 2

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

Shades of Harley Davidson Orange #CC2F02

Tints of Harley Davidson Orange #CC2F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 80.63%
G = 18.58%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC2F02 (or 0xCC2F02) is known color: Harley Davidson Orange. HEX triplet: CC, 2F and 02. RGB value is (204,47,2). Sum of RGB (Red+Green+Blue) = 204+47+2=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2F02 is #33D0FD. Grayscale: #595959. Windows color (decimal): -3395838 or 143308. OLE color: 143308.

HSL color Cylindrical-coordinate representation of color #CC2F02: hue angle of 13.37º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC2F02 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 47 2 -
CMYK 0 0.77 0.99 0.2
HSL 13.37º 0.98% 0.4% -
HSV(B) 13.37º 0.99% 0.8% -
XYZ 25.93 14.87 1.56 -
YUV 88.81 79.01 210.16 -
System Red Green Blue C M Y K H S L
Decimal 204 47 2 0 0.77 0.99 0.2 13.37 0.98 0.4
Hex CC 2F 2 0 4D 63 14 D 62 28
Octal 314 57 2 0 115 143 24 15 142 50
Binary 11001100 101111 10 0 1001101 1100011 10100 1101 1100010 101000

Color Harmonies of #CC2F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F02

Black with #CC2F02

Text Example


Text Example

White with #CC2F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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