Html Css Color HEX #D31812 Harley Davidson Orange

📋 copy color: '#D31812'

red 211 ◦ green 24 ◦ blue 18

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

Shades of Harley Davidson Orange #D31812

Tints of Harley Davidson Orange #D31812

RGB

 RED value IS 211 (82.81% from 255) = 83.4%

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

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

R = 83.4%
G = 9.49%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D31812 (or 0xD31812) is known color: Harley Davidson Orange. HEX triplet: D3, 18 and 12. RGB value is (211,24,18). Sum of RGB (Red+Green+Blue) = 211+24+18=253 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.40% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 211 - color contains mainly: red. Hex color #D31812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31812 is #2CE7ED. Grayscale: #4F4F4F. Windows color (decimal): -2942958 or 1186003. OLE color: 1186003.

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

Color convert

RGB 211 24 18 -
CMYK 0 0.89 0.91 0.17
HSL 1.87º 0.84% 0.45% -
HSV(B) 1.87º 0.91% 0.83% -
XYZ 27.3 14.55 1.94 -
YUV 79.23 93.45 221.99 -
System Red Green Blue C M Y K H S L
Decimal 211 24 18 0 0.89 0.91 0.17 1.87 0.84 0.45
Hex D3 18 12 0 59 5B 11 2 54 2D
Octal 323 30 22 0 131 133 21 2 124 55
Binary 11010011 11000 10010 0 1011001 1011011 10001 10 1010100 101101

Color Harmonies of #D31812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31812

Black with #D31812

Text Example


Text Example

White with #D31812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31812; }

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

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

background-color css

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

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

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

border-color css

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

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

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