Html Css Color HEX #D44815 Harley Davidson Orange

📋 copy color: '#D44815'

red 212 ◦ green 72 ◦ blue 21

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

Shades of Harley Davidson Orange #D44815

Tints of Harley Davidson Orange #D44815

RGB

 RED value IS 212 (83.2% from 255) = 69.51%

 GREEN value IS 72 (28.52% from 255) = 23.61%

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

R = 69.51%
G = 23.61%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D44815 (or 0xD44815) is known color: Harley Davidson Orange. HEX triplet: D4, 48 and 15. RGB value is (212,72,21). Sum of RGB (Red+Green+Blue) = 212+72+21=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D44815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44815 is #2BB7EA. Grayscale: #6C6C6C. Windows color (decimal): -2865131 or 1394900. OLE color: 1394900.

HSL color Cylindrical-coordinate representation of color #D44815: hue angle of 16.02º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D44815 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 72 21 -
CMYK 0 0.66 0.90 0.17
HSL 16.02º 0.82% 0.46% -
HSV(B) 16.02º 0.9% 0.83% -
XYZ 29.6 18.69 2.76 -
YUV 108.05 78.88 202.15 -
System Red Green Blue C M Y K H S L
Decimal 212 72 21 0 0.66 0.90 0.17 16.02 0.82 0.46
Hex D4 48 15 0 42 5A 11 10 52 2E
Octal 324 110 25 0 102 132 21 20 122 56
Binary 11010100 1001000 10101 0 1000010 1011010 10001 10000 1010010 101110

Color Harmonies of #D44815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44815

Black with #D44815

Text Example


Text Example

White with #D44815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44815; }

 p { color: rgb(212,72,21); }

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

background-color css

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

 a { background-color: rgb(212,72,21); }

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

border-color css

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

 span { border-color: rgb(212,72,21); }

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