Html Css Color HEX #D31D08 Harley Davidson Orange

📋 copy color: '#D31D08'

red 211 ◦ green 29 ◦ blue 8

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

Shades of Harley Davidson Orange #D31D08

Tints of Harley Davidson Orange #D31D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.23%

R = 85.08%
G = 11.69%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D31D08 (or 0xD31D08) is known color: Harley Davidson Orange. HEX triplet: D3, 1D and 08. RGB value is (211,29,8). Sum of RGB (Red+Green+Blue) = 211+29+8=248 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.08% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D31D08 is #2CE2F7. Grayscale: #515151. Windows color (decimal): -2941688 or 531923. OLE color: 531923.

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

Color convert

RGB 211 29 8 -
CMYK 0 0.86 0.96 0.17
HSL 6.21º 0.93% 0.43% -
HSV(B) 6.21º 0.96% 0.83% -
XYZ 27.35 14.75 1.63 -
YUV 81.02 86.8 220.71 -
System Red Green Blue C M Y K H S L
Decimal 211 29 8 0 0.86 0.96 0.17 6.21 0.93 0.43
Hex D3 1D 8 0 56 60 11 6 5D 2B
Octal 323 35 10 0 126 140 21 6 135 53
Binary 11010011 11101 1000 0 1010110 1100000 10001 110 1011101 101011

Color Harmonies of #D31D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31D08

Black with #D31D08

Text Example


Text Example

White with #D31D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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