Html Css Color HEX #CC3616 Harley Davidson Orange

📋 copy color: '#CC3616'

red 204 ◦ green 54 ◦ blue 22

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

Shades of Harley Davidson Orange #CC3616

Tints of Harley Davidson Orange #CC3616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.29%

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

R = 72.86%
G = 19.29%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC3616 (or 0xCC3616) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 16. RGB value is (204,54,22). Sum of RGB (Red+Green+Blue) = 204+54+22=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3616 is #33C9E9. Grayscale: #5F5F5F. Windows color (decimal): -3394026 or 1455820. OLE color: 1455820.

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

Color convert

RGB 204 54 22 -
CMYK 0 0.74 0.89 0.2
HSL 10.55º 0.81% 0.44% -
HSV(B) 10.55º 0.89% 0.8% -
XYZ 26.37 15.53 2.37 -
YUV 95.2 86.7 205.6 -
System Red Green Blue C M Y K H S L
Decimal 204 54 22 0 0.74 0.89 0.2 10.55 0.81 0.44
Hex CC 36 16 0 4A 59 14 B 51 2C
Octal 314 66 26 0 112 131 24 13 121 54
Binary 11001100 110110 10110 0 1001010 1011001 10100 1011 1010001 101100

Color Harmonies of #CC3616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3616

Black with #CC3616

Text Example


Text Example

White with #CC3616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3616; }

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

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

background-color css

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

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

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

border-color css

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

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

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