Html Css Color HEX #CC310C Harley Davidson Orange

📋 copy color: '#CC310C'

red 204 ◦ green 49 ◦ blue 12

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

Shades of Harley Davidson Orange #CC310C

Tints of Harley Davidson Orange #CC310C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.53%

R = 76.98%
G = 18.49%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC310C (or 0xCC310C) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 0C. RGB value is (204,49,12). Sum of RGB (Red+Green+Blue) = 204+49+12=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC310C is #33CEF3. Grayscale: #5B5B5B. Windows color (decimal): -3395316 or 799180. OLE color: 799180.

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

Color convert

RGB 204 49 12 -
CMYK 0 0.76 0.94 0.2
HSL 11.56º 0.89% 0.42% -
HSV(B) 11.56º 0.94% 0.8% -
XYZ 26.07 15.06 1.88 -
YUV 91.13 83.35 208.51 -
System Red Green Blue C M Y K H S L
Decimal 204 49 12 0 0.76 0.94 0.2 11.56 0.89 0.42
Hex CC 31 C 0 4C 5E 14 C 59 2A
Octal 314 61 14 0 114 136 24 14 131 52
Binary 11001100 110001 1100 0 1001100 1011110 10100 1100 1011001 101010

Color Harmonies of #CC310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC310C

Black with #CC310C

Text Example


Text Example

White with #CC310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC310C; }

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

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

background-color css

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

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

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

border-color css

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

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

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