Html Css Color HEX #CC2902 Harley Davidson Orange

📋 copy color: '#CC2902'

red 204 ◦ green 41 ◦ blue 2

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

Shades of Harley Davidson Orange #CC2902

Tints of Harley Davidson Orange #CC2902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.6%

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

R = 82.59%
G = 16.6%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC2902 (or 0xCC2902) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 02. RGB value is (204,41,2). Sum of RGB (Red+Green+Blue) = 204+41+2=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2902 is #33D6FD. Grayscale: #555555. Windows color (decimal): -3397374 or 141772. OLE color: 141772.

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

Color convert

RGB 204 41 2 -
CMYK 0 0.80 0.99 0.2
HSL 11.58º 0.98% 0.4% -
HSV(B) 11.58º 0.99% 0.8% -
XYZ 25.71 14.43 1.49 -
YUV 85.29 81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 204 41 2 0 0.80 0.99 0.2 11.58 0.98 0.4
Hex CC 29 2 0 50 63 14 C 62 28
Octal 314 51 2 0 120 143 24 14 142 50
Binary 11001100 101001 10 0 1010000 1100011 10100 1100 1100010 101000

Color Harmonies of #CC2902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2902

Black with #CC2902

Text Example


Text Example

White with #CC2902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2902; }

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

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

background-color css

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

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

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

border-color css

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

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

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