Html Css Color HEX #CC2602 Harley Davidson Orange

📋 copy color: '#CC2602'

red 204 ◦ green 38 ◦ blue 2

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

Shades of Harley Davidson Orange #CC2602

Tints of Harley Davidson Orange #CC2602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.57%

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

R = 83.61%
G = 15.57%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC2602 (or 0xCC2602) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 02. RGB value is (204,38,2). Sum of RGB (Red+Green+Blue) = 204+38+2=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2602 is #33D9FD. Grayscale: #535353. Windows color (decimal): -3398142 or 141004. OLE color: 141004.

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

Color convert

RGB 204 38 2 -
CMYK 0 0.81 0.99 0.2
HSL 10.69º 0.98% 0.4% -
HSV(B) 10.69º 0.99% 0.8% -
XYZ 25.61 14.23 1.45 -
YUV 83.53 82 213.93 -
System Red Green Blue C M Y K H S L
Decimal 204 38 2 0 0.81 0.99 0.2 10.69 0.98 0.4
Hex CC 26 2 0 51 63 14 B 62 28
Octal 314 46 2 0 121 143 24 13 142 50
Binary 11001100 100110 10 0 1010001 1100011 10100 1011 1100010 101000

Color Harmonies of #CC2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2602

Black with #CC2602

Text Example


Text Example

White with #CC2602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2602; }

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

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

background-color css

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

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

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

border-color css

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

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

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