Html Css Color HEX #CC2702 Harley Davidson Orange

📋 copy color: '#CC2702'

red 204 ◦ green 39 ◦ blue 2

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

Shades of Harley Davidson Orange #CC2702

Tints of Harley Davidson Orange #CC2702

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.92%

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

R = 83.27%
G = 15.92%
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

#CC2702 (or 0xCC2702) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 02. RGB value is (204,39,2). Sum of RGB (Red+Green+Blue) = 204+39+2=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2702 is #33D8FD. Grayscale: #545454. Windows color (decimal): -3397886 or 141260. OLE color: 141260.

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

Color convert

RGB 204 39 2 -
CMYK 0 0.81 0.99 0.2
HSL 10.99º 0.98% 0.4% -
HSV(B) 10.99º 0.99% 0.8% -
XYZ 25.64 14.29 1.46 -
YUV 84.12 81.66 213.51 -
System Red Green Blue C M Y K H S L
Decimal 204 39 2 0 0.81 0.99 0.2 10.99 0.98 0.4
Hex CC 27 2 0 51 63 14 B 62 28
Octal 314 47 2 0 121 143 24 13 142 50
Binary 11001100 100111 10 0 1010001 1100011 10100 1011 1100010 101000

Color Harmonies of #CC2702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2702

Black with #CC2702

Text Example


Text Example

White with #CC2702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2702; }

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

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

background-color css

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

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

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

border-color css

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

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

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