Html Css Color HEX #CC311B Harley Davidson Orange

📋 copy color: '#CC311B'

red 204 ◦ green 49 ◦ blue 27

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

Shades of Harley Davidson Orange #CC311B

Tints of Harley Davidson Orange #CC311B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.5%

 BLUE value IS 27 (10.94% from 255) = 9.64%

R = 72.86%
G = 17.5%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC311B (or 0xCC311B) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 1B. RGB value is (204,49,27). Sum of RGB (Red+Green+Blue) = 204+49+27=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC311B is #33CEE4. Grayscale: #5D5D5D. Windows color (decimal): -3395301 or 1782220. OLE color: 1782220.

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

Color convert

RGB 204 49 27 -
CMYK 0 0.76 0.87 0.2
HSL 7.46º 0.77% 0.45% -
HSV(B) 7.46º 0.87% 0.8% -
XYZ 26.2 15.11 2.57 -
YUV 92.84 90.85 207.29 -
System Red Green Blue C M Y K H S L
Decimal 204 49 27 0 0.76 0.87 0.2 7.46 0.77 0.45
Hex CC 31 1B 0 4C 57 14 7 4D 2D
Octal 314 61 33 0 114 127 24 7 115 55
Binary 11001100 110001 11011 0 1001100 1010111 10100 111 1001101 101101

Color Harmonies of #CC311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC311B

Black with #CC311B

Text Example


Text Example

White with #CC311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC311B; }

 p { color: rgb(204,49,27); }

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

background-color css

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

 a { background-color: rgb(204,49,27); }

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

border-color css

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

 span { border-color: rgb(204,49,27); }

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