Html Css Color HEX #D41912 Harley Davidson Orange

📋 copy color: '#D41912'

red 212 ◦ green 25 ◦ blue 18

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

Shades of Harley Davidson Orange #D41912

Tints of Harley Davidson Orange #D41912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.8%

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

R = 83.14%
G = 9.8%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D41912 (or 0xD41912) is known color: Harley Davidson Orange. HEX triplet: D4, 19 and 12. RGB value is (212,25,18). Sum of RGB (Red+Green+Blue) = 212+25+18=255 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.14% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 212 - color contains mainly: red. Hex color #D41912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41912 is #2BE6ED. Grayscale: #505050. Windows color (decimal): -2877166 or 1186260. OLE color: 1186260.

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

Color convert

RGB 212 25 18 -
CMYK 0 0.88 0.92 0.17
HSL 2.16º 0.84% 0.45% -
HSV(B) 2.16º 0.92% 0.83% -
XYZ 27.61 14.74 1.96 -
YUV 80.12 92.95 222.07 -
System Red Green Blue C M Y K H S L
Decimal 212 25 18 0 0.88 0.92 0.17 2.16 0.84 0.45
Hex D4 19 12 0 58 5C 11 2 54 2D
Octal 324 31 22 0 130 134 21 2 124 55
Binary 11010100 11001 10010 0 1011000 1011100 10001 10 1010100 101101

Color Harmonies of #D41912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41912

Black with #D41912

Text Example


Text Example

White with #D41912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41912; }

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

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

background-color css

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

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

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

border-color css

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

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

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