Html Css Color HEX #D41812 Harley Davidson Orange

📋 copy color: '#D41812'

red 212 ◦ green 24 ◦ blue 18

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

Shades of Harley Davidson Orange #D41812

Tints of Harley Davidson Orange #D41812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

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

R = 83.46%
G = 9.45%
B = 7.09%

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

#D41812 (or 0xD41812) is known color: Harley Davidson Orange. HEX triplet: D4, 18 and 12. RGB value is (212,24,18). Sum of RGB (Red+Green+Blue) = 212+24+18=254 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.46% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 212 - color contains mainly: red. Hex color #D41812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41812 is #2BE7ED. Grayscale: #4F4F4F. Windows color (decimal): -2877422 or 1186004. OLE color: 1186004.

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

Color convert

RGB 212 24 18 -
CMYK 0 0.89 0.92 0.17
HSL 1.86º 0.84% 0.45% -
HSV(B) 1.86º 0.92% 0.83% -
XYZ 27.59 14.69 1.95 -
YUV 79.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 212 24 18 0 0.89 0.92 0.17 1.86 0.84 0.45
Hex D4 18 12 0 59 5C 11 2 54 2D
Octal 324 30 22 0 131 134 21 2 124 55
Binary 11010100 11000 10010 0 1011001 1011100 10001 10 1010100 101101

Color Harmonies of #D41812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41812

Black with #D41812

Text Example


Text Example

White with #D41812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41812; }

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

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

background-color css

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

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

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

border-color css

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

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

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