Html Css Color HEX #CC2119 Harley Davidson Orange

📋 copy color: '#CC2119'

red 204 ◦ green 33 ◦ blue 25

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

Shades of Harley Davidson Orange #CC2119

Tints of Harley Davidson Orange #CC2119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.54%

R = 77.86%
G = 12.6%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC2119 (or 0xCC2119) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 19. RGB value is (204,33,25). Sum of RGB (Red+Green+Blue) = 204+33+25=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2119 is #33DEE6. Grayscale: #535353. Windows color (decimal): -3399399 or 1647052. OLE color: 1647052.

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

Color convert

RGB 204 33 25 -
CMYK 0 0.84 0.88 0.2
HSL 2.68º 0.78% 0.45% -
HSV(B) 2.68º 0.88% 0.8% -
XYZ 25.62 14 2.27 -
YUV 83.22 95.15 214.15 -
System Red Green Blue C M Y K H S L
Decimal 204 33 25 0 0.84 0.88 0.2 2.68 0.78 0.45
Hex CC 21 19 0 54 58 14 3 4E 2D
Octal 314 41 31 0 124 130 24 3 116 55
Binary 11001100 100001 11001 0 1010100 1011000 10100 11 1001110 101101

Color Harmonies of #CC2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2119

Black with #CC2119

Text Example


Text Example

White with #CC2119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2119; }

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

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

background-color css

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

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

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

border-color css

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

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

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