Html Css Color HEX #D43117 Harley Davidson Orange

📋 copy color: '#D43117'

red 212 ◦ green 49 ◦ blue 23

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

Shades of Harley Davidson Orange #D43117

Tints of Harley Davidson Orange #D43117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

 BLUE value IS 23 (9.38% from 255) = 8.1%

R = 74.65%
G = 17.25%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D43117 (or 0xD43117) is known color: Harley Davidson Orange. HEX triplet: D4, 31 and 17. RGB value is (212,49,23). Sum of RGB (Red+Green+Blue) = 212+49+23=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D43117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43117 is #2BCEE8. Grayscale: #5F5F5F. Windows color (decimal): -2871017 or 1520084. OLE color: 1520084.

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

Color convert

RGB 212 49 23 -
CMYK 0 0.77 0.89 0.17
HSL 8.25º 0.8% 0.46% -
HSV(B) 8.25º 0.89% 0.83% -
XYZ 28.4 16.26 2.45 -
YUV 94.77 87.5 211.61 -
System Red Green Blue C M Y K H S L
Decimal 212 49 23 0 0.77 0.89 0.17 8.25 0.8 0.46
Hex D4 31 17 0 4D 59 11 8 50 2E
Octal 324 61 27 0 115 131 21 10 120 56
Binary 11010100 110001 10111 0 1001101 1011001 10001 1000 1010000 101110

Color Harmonies of #D43117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43117

Black with #D43117

Text Example


Text Example

White with #D43117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43117; }

 p { color: rgb(212,49,23); }

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

background-color css

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

 a { background-color: rgb(212,49,23); }

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

border-color css

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

 span { border-color: rgb(212,49,23); }

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