Html Css Color HEX #CC4515 Harley Davidson Orange

📋 copy color: '#CC4515'

red 204 ◦ green 69 ◦ blue 21

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

Shades of Harley Davidson Orange #CC4515

Tints of Harley Davidson Orange #CC4515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.14%

R = 69.39%
G = 23.47%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC4515 (or 0xCC4515) is known color: Harley Davidson Orange. HEX triplet: CC, 45 and 15. RGB value is (204,69,21). Sum of RGB (Red+Green+Blue) = 204+69+21=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4515 is #33BAEA. Grayscale: #686868. Windows color (decimal): -3390187 or 1394124. OLE color: 1394124.

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

Color convert

RGB 204 69 21 -
CMYK 0 0.66 0.90 0.2
HSL 15.74º 0.81% 0.44% -
HSV(B) 15.74º 0.9% 0.8% -
XYZ 27.17 17.15 2.59 -
YUV 103.89 81.23 199.4 -
System Red Green Blue C M Y K H S L
Decimal 204 69 21 0 0.66 0.90 0.2 15.74 0.81 0.44
Hex CC 45 15 0 42 5A 14 10 51 2C
Octal 314 105 25 0 102 132 24 20 121 54
Binary 11001100 1000101 10101 0 1000010 1011010 10100 10000 1010001 101100

Color Harmonies of #CC4515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4515

Black with #CC4515

Text Example


Text Example

White with #CC4515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4515; }

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

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

background-color css

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

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

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

border-color css

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

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

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