Html Css Color HEX #CC211E Harley Davidson Orange

📋 copy color: '#CC211E'

red 204 ◦ green 33 ◦ blue 30

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

Shades of Harley Davidson Orange #CC211E

Tints of Harley Davidson Orange #CC211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 76.4%
G = 12.36%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC211E (or 0xCC211E) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 1E. RGB value is (204,33,30). Sum of RGB (Red+Green+Blue) = 204+33+30=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC211E is #33DEE1. Grayscale: #535353. Windows color (decimal): -3399394 or 1974732. OLE color: 1974732.

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

Color convert

RGB 204 33 30 -
CMYK 0 0.84 0.85 0.2
HSL 1.03º 0.74% 0.46% -
HSV(B) 1.03º 0.85% 0.8% -
XYZ 25.68 14.02 2.58 -
YUV 83.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 204 33 30 0 0.84 0.85 0.2 1.03 0.74 0.46
Hex CC 21 1E 0 54 55 14 1 4A 2E
Octal 314 41 36 0 124 125 24 1 112 56
Binary 11001100 100001 11110 0 1010100 1010101 10100 1 1001010 101110

Color Harmonies of #CC211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC211E

Black with #CC211E

Text Example


Text Example

White with #CC211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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