Html Css Color HEX #D44A18 Harley Davidson Orange

📋 copy color: '#D44A18'

red 212 ◦ green 74 ◦ blue 24

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

Shades of Harley Davidson Orange #D44A18

Tints of Harley Davidson Orange #D44A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.87%

 BLUE value IS 24 (9.77% from 255) = 7.74%

R = 68.39%
G = 23.87%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D44A18 (or 0xD44A18) is known color: Harley Davidson Orange. HEX triplet: D4, 4A and 18. RGB value is (212,74,24). Sum of RGB (Red+Green+Blue) = 212+74+24=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44A18 is #2BB5E7. Grayscale: #6D6D6D. Windows color (decimal): -2864616 or 1592020. OLE color: 1592020.

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

Color convert

RGB 212 74 24 -
CMYK 0 0.65 0.89 0.17
HSL 15.96º 0.8% 0.46% -
HSV(B) 15.96º 0.89% 0.83% -
XYZ 29.77 18.96 2.96 -
YUV 109.56 79.72 201.07 -
System Red Green Blue C M Y K H S L
Decimal 212 74 24 0 0.65 0.89 0.17 15.96 0.8 0.46
Hex D4 4A 18 0 41 59 11 10 50 2E
Octal 324 112 30 0 101 131 21 20 120 56
Binary 11010100 1001010 11000 0 1000001 1011001 10001 10000 1010000 101110

Color Harmonies of #D44A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44A18

Black with #D44A18

Text Example


Text Example

White with #D44A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44A18; }

 p { color: rgb(212,74,24); }

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

background-color css

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

 a { background-color: rgb(212,74,24); }

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

border-color css

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

 span { border-color: rgb(212,74,24); }

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