Html Css Color HEX #D41717 Harley Davidson Orange

📋 copy color: '#D41717'

red 212 ◦ green 23 ◦ blue 23

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

Shades of Harley Davidson Orange #D41717

Tints of Harley Davidson Orange #D41717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.91%

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

R = 82.17%
G = 8.91%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D41717 (or 0xD41717) is known color: Harley Davidson Orange. HEX triplet: D4, 17 and 17. RGB value is (212,23,23). Sum of RGB (Red+Green+Blue) = 212+23+23=258 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.17% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 212 - color contains mainly: red. Hex color #D41717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41717 is #2BE8E8. Grayscale: #4F4F4F. Windows color (decimal): -2877673 or 1513428. OLE color: 1513428.

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

Color convert

RGB 212 23 23 -
CMYK 0 0.89 0.89 0.17
HSL 0.8% 0.46% -
HSV(B) 0.89% 0.83% -
XYZ 27.61 14.67 2.19 -
YUV 79.51 96.12 222.5 -
System Red Green Blue C M Y K H S L
Decimal 212 23 23 0 0.89 0.89 0.17 0 0.8 0.46
Hex D4 17 17 0 59 59 11 0 50 2E
Octal 324 27 27 0 131 131 21 0 120 56
Binary 11010100 10111 10111 0 1011001 1011001 10001 0 1010000 101110

Color Harmonies of #D41717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41717

Black with #D41717

Text Example


Text Example

White with #D41717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41717; }

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

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

background-color css

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

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

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

border-color css

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

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

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