Html Css Color HEX #CC2E02 Harley Davidson Orange

📋 copy color: '#CC2E02'

red 204 ◦ green 46 ◦ blue 2

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

Shades of Harley Davidson Orange #CC2E02

Tints of Harley Davidson Orange #CC2E02

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.25%

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

R = 80.95%
G = 18.25%
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

#CC2E02 (or 0xCC2E02) is known color: Harley Davidson Orange. HEX triplet: CC, 2E and 02. RGB value is (204,46,2). Sum of RGB (Red+Green+Blue) = 204+46+2=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2E02 is #33D1FD. Grayscale: #585858. Windows color (decimal): -3396094 or 143052. OLE color: 143052.

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

Color convert

RGB 204 46 2 -
CMYK 0 0.77 0.99 0.2
HSL 13.07º 0.98% 0.4% -
HSV(B) 13.07º 0.99% 0.8% -
XYZ 25.89 14.8 1.55 -
YUV 88.23 79.35 210.58 -
System Red Green Blue C M Y K H S L
Decimal 204 46 2 0 0.77 0.99 0.2 13.07 0.98 0.4
Hex CC 2E 2 0 4D 63 14 D 62 28
Octal 314 56 2 0 115 143 24 15 142 50
Binary 11001100 101110 10 0 1001101 1100011 10100 1101 1100010 101000

Color Harmonies of #CC2E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2E02

Black with #CC2E02

Text Example


Text Example

White with #CC2E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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