Html Css Color HEX #CC2502 Harley Davidson Orange

📋 copy color: '#CC2502'

red 204 ◦ green 37 ◦ blue 2

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

Shades of Harley Davidson Orange #CC2502

Tints of Harley Davidson Orange #CC2502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.23%

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

R = 83.95%
G = 15.23%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC2502 (or 0xCC2502) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 02. RGB value is (204,37,2). Sum of RGB (Red+Green+Blue) = 204+37+2=243 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.95% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2502 is #33DAFD. Grayscale: #535353. Windows color (decimal): -3398398 or 140748. OLE color: 140748.

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

Color convert

RGB 204 37 2 -
CMYK 0 0.82 0.99 0.2
HSL 10.4º 0.98% 0.4% -
HSV(B) 10.4º 0.99% 0.8% -
XYZ 25.57 14.16 1.44 -
YUV 82.94 82.33 214.35 -
System Red Green Blue C M Y K H S L
Decimal 204 37 2 0 0.82 0.99 0.2 10.4 0.98 0.4
Hex CC 25 2 0 52 63 14 A 62 28
Octal 314 45 2 0 122 143 24 12 142 50
Binary 11001100 100101 10 0 1010010 1100011 10100 1010 1100010 101000

Color Harmonies of #CC2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2502

Black with #CC2502

Text Example


Text Example

White with #CC2502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2502; }

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

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

background-color css

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

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

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

border-color css

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

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

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