Html Css Color HEX #CC2612 Harley Davidson Orange

📋 copy color: '#CC2612'

red 204 ◦ green 38 ◦ blue 18

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

Shades of Harley Davidson Orange #CC2612

Tints of Harley Davidson Orange #CC2612

RGB

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

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

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

R = 78.46%
G = 14.62%
B = 6.92%

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

#CC2612 (or 0xCC2612) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 12. RGB value is (204,38,18). Sum of RGB (Red+Green+Blue) = 204+38+18=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2612 is #33D9ED. Grayscale: #555555. Windows color (decimal): -3398126 or 1189580. OLE color: 1189580.

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

Color convert

RGB 204 38 18 -
CMYK 0 0.81 0.91 0.2
HSL 6.45º 0.84% 0.44% -
HSV(B) 6.45º 0.91% 0.8% -
XYZ 25.7 14.27 1.97 -
YUV 85.35 90 212.63 -
System Red Green Blue C M Y K H S L
Decimal 204 38 18 0 0.81 0.91 0.2 6.45 0.84 0.44
Hex CC 26 12 0 51 5B 14 6 54 2C
Octal 314 46 22 0 121 133 24 6 124 54
Binary 11001100 100110 10010 0 1010001 1011011 10100 110 1010100 101100

Color Harmonies of #CC2612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2612

Black with #CC2612

Text Example


Text Example

White with #CC2612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2612; }

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

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

background-color css

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

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

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

border-color css

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

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

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