Html Css Color HEX #CC2114 Harley Davidson Orange

📋 copy color: '#CC2114'

red 204 ◦ green 33 ◦ blue 20

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

Shades of Harley Davidson Orange #CC2114

Tints of Harley Davidson Orange #CC2114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 79.38%
G = 12.84%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC2114 (or 0xCC2114) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 14. RGB value is (204,33,20). Sum of RGB (Red+Green+Blue) = 204+33+20=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2114 is #33DEEB. Grayscale: #525252. Windows color (decimal): -3399404 or 1319372. OLE color: 1319372.

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

Color convert

RGB 204 33 20 -
CMYK 0 0.84 0.90 0.2
HSL 4.24º 0.82% 0.44% -
HSV(B) 4.24º 0.9% 0.8% -
XYZ 25.57 13.98 2.01 -
YUV 82.65 92.65 214.56 -
System Red Green Blue C M Y K H S L
Decimal 204 33 20 0 0.84 0.90 0.2 4.24 0.82 0.44
Hex CC 21 14 0 54 5A 14 4 52 2C
Octal 314 41 24 0 124 132 24 4 122 54
Binary 11001100 100001 10100 0 1010100 1011010 10100 100 1010010 101100

Color Harmonies of #CC2114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2114

Black with #CC2114

Text Example


Text Example

White with #CC2114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2114; }

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

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

background-color css

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

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

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

border-color css

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

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

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