Html Css Color HEX #D43617 Harley Davidson Orange

📋 copy color: '#D43617'

red 212 ◦ green 54 ◦ blue 23

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

Shades of Harley Davidson Orange #D43617

Tints of Harley Davidson Orange #D43617

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

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

R = 73.36%
G = 18.69%
B = 7.96%

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

#D43617 (or 0xD43617) is known color: Harley Davidson Orange. HEX triplet: D4, 36 and 17. RGB value is (212,54,23). Sum of RGB (Red+Green+Blue) = 212+54+23=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D43617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43617 is #2BC9E8. Grayscale: #616161. Windows color (decimal): -2869737 or 1521364. OLE color: 1521364.

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

Color convert

RGB 212 54 23 -
CMYK 0 0.75 0.89 0.17
HSL 9.84º 0.8% 0.46% -
HSV(B) 9.84º 0.89% 0.83% -
XYZ 28.63 16.7 2.52 -
YUV 97.71 85.85 209.52 -
System Red Green Blue C M Y K H S L
Decimal 212 54 23 0 0.75 0.89 0.17 9.84 0.8 0.46
Hex D4 36 17 0 4B 59 11 A 50 2E
Octal 324 66 27 0 113 131 21 12 120 56
Binary 11010100 110110 10111 0 1001011 1011001 10001 1010 1010000 101110

Color Harmonies of #D43617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43617

Black with #D43617

Text Example


Text Example

White with #D43617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43617; }

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

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

background-color css

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

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

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

border-color css

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

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

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