Html Css Color HEX #CC2F01 Harley Davidson Orange

📋 copy color: '#CC2F01'

red 204 ◦ green 47 ◦ blue 1

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

Shades of Harley Davidson Orange #CC2F01

Tints of Harley Davidson Orange #CC2F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 80.95%
G = 18.65%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC2F01 (or 0xCC2F01) is known color: Harley Davidson Orange. HEX triplet: CC, 2F and 01. RGB value is (204,47,1). Sum of RGB (Red+Green+Blue) = 204+47+1=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2F01 is #33D0FE. Grayscale: #595959. Windows color (decimal): -3395839 or 77772. OLE color: 77772.

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

Color convert

RGB 204 47 1 -
CMYK 0 0.77 1.00 0.2
HSL 13.6º 0.99% 0.4% -
HSV(B) 13.6º 1% 0.8% -
XYZ 25.92 14.87 1.53 -
YUV 88.7 78.51 210.24 -
System Red Green Blue C M Y K H S L
Decimal 204 47 1 0 0.77 1.00 0.2 13.6 0.99 0.4
Hex CC 2F 1 0 4D 64 14 E 63 28
Octal 314 57 1 0 115 144 24 16 143 50
Binary 11001100 101111 1 0 1001101 1100100 10100 1110 1100011 101000

Color Harmonies of #CC2F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F01

Black with #CC2F01

Text Example


Text Example

White with #CC2F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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