Html Css Color HEX #D31D0A Harley Davidson Orange

📋 copy color: '#D31D0A'

red 211 ◦ green 29 ◦ blue 10

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

Shades of Harley Davidson Orange #D31D0A

Tints of Harley Davidson Orange #D31D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4%

R = 84.4%
G = 11.6%
B = 4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D31D0A (or 0xD31D0A) is known color: Harley Davidson Orange. HEX triplet: D3, 1D and 0A. RGB value is (211,29,10). Sum of RGB (Red+Green+Blue) = 211+29+10=250 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.4% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D31D0A is #2CE2F5. Grayscale: #515151. Windows color (decimal): -2941686 or 662995. OLE color: 662995.

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

Color convert

RGB 211 29 10 -
CMYK 0 0.86 0.95 0.17
HSL 5.67º 0.91% 0.43% -
HSV(B) 5.67º 0.95% 0.83% -
XYZ 27.36 14.75 1.69 -
YUV 81.25 87.8 220.54 -
System Red Green Blue C M Y K H S L
Decimal 211 29 10 0 0.86 0.95 0.17 5.67 0.91 0.43
Hex D3 1D A 0 56 5F 11 6 5B 2B
Octal 323 35 12 0 126 137 21 6 133 53
Binary 11010011 11101 1010 0 1010110 1011111 10001 110 1011011 101011

Color Harmonies of #D31D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31D0A

Black with #D31D0A

Text Example


Text Example

White with #D31D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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