Html Css Color HEX #CC2102 Harley Davidson Orange

📋 copy color: '#CC2102'

red 204 ◦ green 33 ◦ blue 2

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

Shades of Harley Davidson Orange #CC2102

Tints of Harley Davidson Orange #CC2102

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

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

R = 85.36%
G = 13.81%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC2102 (or 0xCC2102) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 02. RGB value is (204,33,2). Sum of RGB (Red+Green+Blue) = 204+33+2=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2102 is #33DEFD. Grayscale: #505050. Windows color (decimal): -3399422 or 139724. OLE color: 139724.

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

Color convert

RGB 204 33 2 -
CMYK 0 0.84 0.99 0.2
HSL 9.21º 0.98% 0.4% -
HSV(B) 9.21º 0.99% 0.8% -
XYZ 25.46 13.93 1.4 -
YUV 80.6 83.65 216.02 -
System Red Green Blue C M Y K H S L
Decimal 204 33 2 0 0.84 0.99 0.2 9.21 0.98 0.4
Hex CC 21 2 0 54 63 14 9 62 28
Octal 314 41 2 0 124 143 24 11 142 50
Binary 11001100 100001 10 0 1010100 1100011 10100 1001 1100010 101000

Color Harmonies of #CC2102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2102

Black with #CC2102

Text Example


Text Example

White with #CC2102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2102; }

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

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

background-color css

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

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

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

border-color css

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

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

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