Html Css Color HEX #D44519 Harley Davidson Orange

📋 copy color: '#D44519'

red 212 ◦ green 69 ◦ blue 25

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

Shades of Harley Davidson Orange #D44519

Tints of Harley Davidson Orange #D44519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.17%

R = 69.28%
G = 22.55%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D44519 (or 0xD44519) is known color: Harley Davidson Orange. HEX triplet: D4, 45 and 19. RGB value is (212,69,25). Sum of RGB (Red+Green+Blue) = 212+69+25=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D44519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44519 is #2BBAE6. Grayscale: #6B6B6B. Windows color (decimal): -2865895 or 1656276. OLE color: 1656276.

HSL color Cylindrical-coordinate representation of color #D44519: hue angle of 14.12º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D44519 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 69 25 -
CMYK 0 0.67 0.88 0.17
HSL 14.12º 0.79% 0.46% -
HSV(B) 14.12º 0.88% 0.83% -
XYZ 29.45 18.32 2.9 -
YUV 106.74 81.88 203.08 -
System Red Green Blue C M Y K H S L
Decimal 212 69 25 0 0.67 0.88 0.17 14.12 0.79 0.46
Hex D4 45 19 0 43 58 11 E 4F 2E
Octal 324 105 31 0 103 130 21 16 117 56
Binary 11010100 1000101 11001 0 1000011 1011000 10001 1110 1001111 101110

Color Harmonies of #D44519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44519

Black with #D44519

Text Example


Text Example

White with #D44519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44519; }

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

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

background-color css

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

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

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

border-color css

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

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

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