Html Css Color HEX #D44515 Harley Davidson Orange

📋 copy color: '#D44515'

red 212 ◦ green 69 ◦ blue 21

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

Shades of Harley Davidson Orange #D44515

Tints of Harley Davidson Orange #D44515

RGB

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

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

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

R = 70.2%
G = 22.85%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D44515 (or 0xD44515) is known color: Harley Davidson Orange. HEX triplet: D4, 45 and 15. RGB value is (212,69,21). Sum of RGB (Red+Green+Blue) = 212+69+21=302 (40% of max value = 765). Red value is 212 (83.20% from 255 or 70.20% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 212 - color contains mainly: red. Hex color #D44515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44515 is #2BBAEA. Grayscale: #6A6A6A. Windows color (decimal): -2865899 or 1394132. OLE color: 1394132.

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

Color convert

RGB 212 69 21 -
CMYK 0 0.67 0.90 0.17
HSL 15.08º 0.82% 0.46% -
HSV(B) 15.08º 0.9% 0.83% -
XYZ 29.41 18.31 2.69 -
YUV 106.29 79.88 203.4 -
System Red Green Blue C M Y K H S L
Decimal 212 69 21 0 0.67 0.90 0.17 15.08 0.82 0.46
Hex D4 45 15 0 43 5A 11 F 52 2E
Octal 324 105 25 0 103 132 21 17 122 56
Binary 11010100 1000101 10101 0 1000011 1011010 10001 1111 1010010 101110

Color Harmonies of #D44515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44515

Black with #D44515

Text Example


Text Example

White with #D44515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44515; }

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

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

background-color css

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

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

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

border-color css

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

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

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