Html Css Color HEX #CC4416 Harley Davidson Orange

📋 copy color: '#CC4416'

red 204 ◦ green 68 ◦ blue 22

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

Shades of Harley Davidson Orange #CC4416

Tints of Harley Davidson Orange #CC4416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

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

R = 69.39%
G = 23.13%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC4416 (or 0xCC4416) is known color: Harley Davidson Orange. HEX triplet: CC, 44 and 16. RGB value is (204,68,22). Sum of RGB (Red+Green+Blue) = 204+68+22=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4416 is #33BBE9. Grayscale: #676767. Windows color (decimal): -3390442 or 1459404. OLE color: 1459404.

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

Color convert

RGB 204 68 22 -
CMYK 0 0.67 0.89 0.2
HSL 15.16º 0.81% 0.44% -
HSV(B) 15.16º 0.89% 0.8% -
XYZ 27.11 17.03 2.62 -
YUV 103.42 82.06 199.74 -
System Red Green Blue C M Y K H S L
Decimal 204 68 22 0 0.67 0.89 0.2 15.16 0.81 0.44
Hex CC 44 16 0 43 59 14 F 51 2C
Octal 314 104 26 0 103 131 24 17 121 54
Binary 11001100 1000100 10110 0 1000011 1011001 10100 1111 1010001 101100

Color Harmonies of #CC4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4416

Black with #CC4416

Text Example


Text Example

White with #CC4416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4416; }

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

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

background-color css

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

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

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

border-color css

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

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

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