Html Css Color HEX #D41712 Harley Davidson Orange

📋 copy color: '#D41712'

red 212 ◦ green 23 ◦ blue 18

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

Shades of Harley Davidson Orange #D41712

Tints of Harley Davidson Orange #D41712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.11%

R = 83.79%
G = 9.09%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D41712 (or 0xD41712) is known color: Harley Davidson Orange. HEX triplet: D4, 17 and 12. RGB value is (212,23,18). Sum of RGB (Red+Green+Blue) = 212+23+18=253 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.79% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 212 - color contains mainly: red. Hex color #D41712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41712 is #2BE8ED. Grayscale: #4F4F4F. Windows color (decimal): -2877678 or 1185748. OLE color: 1185748.

HSL color Cylindrical-coordinate representation of color #D41712: hue angle of 1.55º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41712 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 23 18 -
CMYK 0 0.89 0.92 0.17
HSL 1.55º 0.84% 0.45% -
HSV(B) 1.55º 0.92% 0.83% -
XYZ 27.57 14.65 1.95 -
YUV 78.94 93.62 222.91 -
System Red Green Blue C M Y K H S L
Decimal 212 23 18 0 0.89 0.92 0.17 1.55 0.84 0.45
Hex D4 17 12 0 59 5C 11 2 54 2D
Octal 324 27 22 0 131 134 21 2 124 55
Binary 11010100 10111 10010 0 1011001 1011100 10001 10 1010100 101101

Color Harmonies of #D41712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41712

Black with #D41712

Text Example


Text Example

White with #D41712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41712; }

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

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

background-color css

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

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

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

border-color css

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

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

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