Html Css Color HEX #CC211C Harley Davidson Orange

📋 copy color: '#CC211C'

red 204 ◦ green 33 ◦ blue 28

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

Shades of Harley Davidson Orange #CC211C

Tints of Harley Davidson Orange #CC211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 76.98%
G = 12.45%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC211C (or 0xCC211C) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 1C. RGB value is (204,33,28). Sum of RGB (Red+Green+Blue) = 204+33+28=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC211C is #33DEE3. Grayscale: #535353. Windows color (decimal): -3399396 or 1843660. OLE color: 1843660.

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

Color convert

RGB 204 33 28 -
CMYK 0 0.84 0.86 0.2
HSL 1.7º 0.76% 0.45% -
HSV(B) 1.7º 0.86% 0.8% -
XYZ 25.66 14.01 2.45 -
YUV 83.56 96.65 213.91 -
System Red Green Blue C M Y K H S L
Decimal 204 33 28 0 0.84 0.86 0.2 1.7 0.76 0.45
Hex CC 21 1C 0 54 56 14 2 4C 2D
Octal 314 41 34 0 124 126 24 2 114 55
Binary 11001100 100001 11100 0 1010100 1010110 10100 10 1001100 101101

Color Harmonies of #CC211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC211C

Black with #CC211C

Text Example


Text Example

White with #CC211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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