Html Css Color HEX #D43418 Harley Davidson Orange

📋 copy color: '#D43418'

red 212 ◦ green 52 ◦ blue 24

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

Shades of Harley Davidson Orange #D43418

Tints of Harley Davidson Orange #D43418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

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

R = 73.61%
G = 18.06%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D43418 (or 0xD43418) is known color: Harley Davidson Orange. HEX triplet: D4, 34 and 18. RGB value is (212,52,24). Sum of RGB (Red+Green+Blue) = 212+52+24=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D43418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43418 is #2BCBE7. Grayscale: #606060. Windows color (decimal): -2870248 or 1586388. OLE color: 1586388.

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

Color convert

RGB 212 52 24 -
CMYK 0 0.75 0.89 0.17
HSL 8.94º 0.8% 0.46% -
HSV(B) 8.94º 0.89% 0.83% -
XYZ 28.54 16.52 2.55 -
YUV 96.65 87.01 210.28 -
System Red Green Blue C M Y K H S L
Decimal 212 52 24 0 0.75 0.89 0.17 8.94 0.8 0.46
Hex D4 34 18 0 4B 59 11 9 50 2E
Octal 324 64 30 0 113 131 21 11 120 56
Binary 11010100 110100 11000 0 1001011 1011001 10001 1001 1010000 101110

Color Harmonies of #D43418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43418

Black with #D43418

Text Example


Text Example

White with #D43418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43418; }

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

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

background-color css

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

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

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

border-color css

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

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

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