Html Css Color HEX #D44718 Harley Davidson Orange

📋 copy color: '#D44718'

red 212 ◦ green 71 ◦ blue 24

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

Shades of Harley Davidson Orange #D44718

Tints of Harley Davidson Orange #D44718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.13%

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

R = 69.06%
G = 23.13%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D44718 (or 0xD44718) is known color: Harley Davidson Orange. HEX triplet: D4, 47 and 18. RGB value is (212,71,24). Sum of RGB (Red+Green+Blue) = 212+71+24=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D44718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44718 is #2BB8E7. Grayscale: #6C6C6C. Windows color (decimal): -2865384 or 1591252. OLE color: 1591252.

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

Color convert

RGB 212 71 24 -
CMYK 0 0.67 0.89 0.17
HSL 15º 0.8% 0.46% -
HSV(B) 15º 0.89% 0.83% -
XYZ 29.57 18.57 2.89 -
YUV 107.8 80.71 202.32 -
System Red Green Blue C M Y K H S L
Decimal 212 71 24 0 0.67 0.89 0.17 15 0.8 0.46
Hex D4 47 18 0 43 59 11 F 50 2E
Octal 324 107 30 0 103 131 21 17 120 56
Binary 11010100 1000111 11000 0 1000011 1011001 10001 1111 1010000 101110

Color Harmonies of #D44718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44718

Black with #D44718

Text Example


Text Example

White with #D44718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44718; }

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

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

background-color css

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

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

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

border-color css

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

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

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