Html Css Color HEX #CC2616 Harley Davidson Orange

📋 copy color: '#CC2616'

red 204 ◦ green 38 ◦ blue 22

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

Shades of Harley Davidson Orange #CC2616

Tints of Harley Davidson Orange #CC2616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.39%

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

R = 77.27%
G = 14.39%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC2616 (or 0xCC2616) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 16. RGB value is (204,38,22). Sum of RGB (Red+Green+Blue) = 204+38+22=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2616 is #33D9E9. Grayscale: #565656. Windows color (decimal): -3398122 or 1451724. OLE color: 1451724.

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

Color convert

RGB 204 38 22 -
CMYK 0 0.81 0.89 0.2
HSL 5.27º 0.81% 0.44% -
HSV(B) 5.27º 0.89% 0.8% -
XYZ 25.74 14.28 2.16 -
YUV 85.81 92 212.3 -
System Red Green Blue C M Y K H S L
Decimal 204 38 22 0 0.81 0.89 0.2 5.27 0.81 0.44
Hex CC 26 16 0 51 59 14 5 51 2C
Octal 314 46 26 0 121 131 24 5 121 54
Binary 11001100 100110 10110 0 1010001 1011001 10100 101 1010001 101100

Color Harmonies of #CC2616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2616

Black with #CC2616

Text Example


Text Example

White with #CC2616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2616; }

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

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

background-color css

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

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

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

border-color css

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

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

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