Html Css Color HEX #CC3114 Harley Davidson Orange

📋 copy color: '#CC3114'

red 204 ◦ green 49 ◦ blue 20

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

Shades of Harley Davidson Orange #CC3114

Tints of Harley Davidson Orange #CC3114

RGB

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

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

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

R = 74.73%
G = 17.95%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC3114 (or 0xCC3114) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 14. RGB value is (204,49,20). Sum of RGB (Red+Green+Blue) = 204+49+20=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3114 is #33CEEB. Grayscale: #5C5C5C. Windows color (decimal): -3395308 or 1323468. OLE color: 1323468.

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

Color convert

RGB 204 49 20 -
CMYK 0 0.76 0.90 0.2
HSL 9.46º 0.82% 0.44% -
HSV(B) 9.46º 0.9% 0.8% -
XYZ 26.13 15.08 2.2 -
YUV 92.04 87.35 207.86 -
System Red Green Blue C M Y K H S L
Decimal 204 49 20 0 0.76 0.90 0.2 9.46 0.82 0.44
Hex CC 31 14 0 4C 5A 14 9 52 2C
Octal 314 61 24 0 114 132 24 11 122 54
Binary 11001100 110001 10100 0 1001100 1011010 10100 1001 1010010 101100

Color Harmonies of #CC3114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3114

Black with #CC3114

Text Example


Text Example

White with #CC3114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3114; }

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

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

background-color css

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

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

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

border-color css

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

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

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