Html Css Color HEX #CC4510 Harley Davidson Orange

📋 copy color: '#CC4510'

red 204 ◦ green 69 ◦ blue 16

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

Shades of Harley Davidson Orange #CC4510

Tints of Harley Davidson Orange #CC4510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.88%

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 70.59%
G = 23.88%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC4510 (or 0xCC4510) is known color: Harley Davidson Orange. HEX triplet: CC, 45 and 10. RGB value is (204,69,16). Sum of RGB (Red+Green+Blue) = 204+69+16=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4510 is #33BAEF. Grayscale: #676767. Windows color (decimal): -3390192 or 1066444. OLE color: 1066444.

HSL color Cylindrical-coordinate representation of color #CC4510: hue angle of 16.91º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC4510 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 69 16 -
CMYK 0 0.66 0.92 0.2
HSL 16.91º 0.85% 0.43% -
HSV(B) 16.91º 0.92% 0.8% -
XYZ 27.12 17.13 2.37 -
YUV 103.32 78.73 199.81 -
System Red Green Blue C M Y K H S L
Decimal 204 69 16 0 0.66 0.92 0.2 16.91 0.85 0.43
Hex CC 45 10 0 42 5C 14 11 55 2B
Octal 314 105 20 0 102 134 24 21 125 53
Binary 11001100 1000101 10000 0 1000010 1011100 10100 10001 1010101 101011

Color Harmonies of #CC4510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4510

Black with #CC4510

Text Example


Text Example

White with #CC4510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4510; }

 p { color: rgb(204,69,16); }

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

background-color css

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

 a { background-color: rgb(204,69,16); }

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

border-color css

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

 span { border-color: rgb(204,69,16); }

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