Html Css Color HEX #D31D12 Harley Davidson Orange

📋 copy color: '#D31D12'

red 211 ◦ green 29 ◦ blue 18

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

Shades of Harley Davidson Orange #D31D12

Tints of Harley Davidson Orange #D31D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.24%

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

R = 81.78%
G = 11.24%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D31D12 (or 0xD31D12) is known color: Harley Davidson Orange. HEX triplet: D3, 1D and 12. RGB value is (211,29,18). Sum of RGB (Red+Green+Blue) = 211+29+18=258 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.78% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D31D12 is #2CE2ED. Grayscale: #525252. Windows color (decimal): -2941678 or 1187283. OLE color: 1187283.

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

Color convert

RGB 211 29 18 -
CMYK 0 0.86 0.91 0.17
HSL 3.42º 0.84% 0.45% -
HSV(B) 3.42º 0.91% 0.83% -
XYZ 27.41 14.77 1.98 -
YUV 82.16 91.8 219.89 -
System Red Green Blue C M Y K H S L
Decimal 211 29 18 0 0.86 0.91 0.17 3.42 0.84 0.45
Hex D3 1D 12 0 56 5B 11 3 54 2D
Octal 323 35 22 0 126 133 21 3 124 55
Binary 11010011 11101 10010 0 1010110 1011011 10001 11 1010100 101101

Color Harmonies of #D31D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31D12

Black with #D31D12

Text Example


Text Example

White with #D31D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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