Html Css Color HEX #CC2712 Harley Davidson Orange

📋 copy color: '#CC2712'

red 204 ◦ green 39 ◦ blue 18

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

Shades of Harley Davidson Orange #CC2712

Tints of Harley Davidson Orange #CC2712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 78.16%
G = 14.94%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC2712 (or 0xCC2712) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 12. RGB value is (204,39,18). Sum of RGB (Red+Green+Blue) = 204+39+18=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2712 is #33D8ED. Grayscale: #565656. Windows color (decimal): -3397870 or 1189836. OLE color: 1189836.

HSL color Cylindrical-coordinate representation of color #CC2712: hue angle of 6.77º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC2712 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 39 18 -
CMYK 0 0.81 0.91 0.2
HSL 6.77º 0.84% 0.44% -
HSV(B) 6.77º 0.91% 0.8% -
XYZ 25.74 14.33 1.98 -
YUV 85.94 89.66 212.21 -
System Red Green Blue C M Y K H S L
Decimal 204 39 18 0 0.81 0.91 0.2 6.77 0.84 0.44
Hex CC 27 12 0 51 5B 14 7 54 2C
Octal 314 47 22 0 121 133 24 7 124 54
Binary 11001100 100111 10010 0 1010001 1011011 10100 111 1010100 101100

Color Harmonies of #CC2712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2712

Black with #CC2712

Text Example


Text Example

White with #CC2712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2712; }

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

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

background-color css

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

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

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

border-color css

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

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

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