Html Css Color HEX #CC3016 Harley Davidson Orange

📋 copy color: '#CC3016'

red 204 ◦ green 48 ◦ blue 22

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

Shades of Harley Davidson Orange #CC3016

Tints of Harley Davidson Orange #CC3016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.52%

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 74.45%
G = 17.52%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC3016 (or 0xCC3016) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 16. RGB value is (204,48,22). Sum of RGB (Red+Green+Blue) = 204+48+22=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3016 is #33CFE9. Grayscale: #5B5B5B. Windows color (decimal): -3395562 or 1454284. OLE color: 1454284.

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

Color convert

RGB 204 48 22 -
CMYK 0 0.76 0.89 0.2
HSL 8.57º 0.81% 0.44% -
HSV(B) 8.57º 0.89% 0.8% -
XYZ 26.1 15.01 2.28 -
YUV 91.68 88.68 208.11 -
System Red Green Blue C M Y K H S L
Decimal 204 48 22 0 0.76 0.89 0.2 8.57 0.81 0.44
Hex CC 30 16 0 4C 59 14 9 51 2C
Octal 314 60 26 0 114 131 24 11 121 54
Binary 11001100 110000 10110 0 1001100 1011001 10100 1001 1010001 101100

Color Harmonies of #CC3016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3016

Black with #CC3016

Text Example


Text Example

White with #CC3016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3016; }

 p { color: rgb(204,48,22); }

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

background-color css

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

 a { background-color: rgb(204,48,22); }

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

border-color css

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

 span { border-color: rgb(204,48,22); }

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