Html Css Color HEX #CC2214 Harley Davidson Orange

📋 copy color: '#CC2214'

red 204 ◦ green 34 ◦ blue 20

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

Shades of Harley Davidson Orange #CC2214

Tints of Harley Davidson Orange #CC2214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.18%

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

R = 79.07%
G = 13.18%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC2214 (or 0xCC2214) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 14. RGB value is (204,34,20). Sum of RGB (Red+Green+Blue) = 204+34+20=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2214 is #33DDEB. Grayscale: #535353. Windows color (decimal): -3399148 or 1319628. OLE color: 1319628.

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

Color convert

RGB 204 34 20 -
CMYK 0 0.83 0.90 0.2
HSL 4.57º 0.82% 0.44% -
HSV(B) 4.57º 0.9% 0.8% -
XYZ 25.6 14.03 2.02 -
YUV 83.23 92.32 214.14 -
System Red Green Blue C M Y K H S L
Decimal 204 34 20 0 0.83 0.90 0.2 4.57 0.82 0.44
Hex CC 22 14 0 53 5A 14 5 52 2C
Octal 314 42 24 0 123 132 24 5 122 54
Binary 11001100 100010 10100 0 1010011 1011010 10100 101 1010010 101100

Color Harmonies of #CC2214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2214

Black with #CC2214

Text Example


Text Example

White with #CC2214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2214; }

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

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

background-color css

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

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

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

border-color css

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

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

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