Html Css Color HEX #D31E1C Harley Davidson Orange

📋 copy color: '#D31E1C'

red 211 ◦ green 30 ◦ blue 28

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

Shades of Harley Davidson Orange #D31E1C

Tints of Harley Davidson Orange #D31E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.15%

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 78.44%
G = 11.15%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D31E1C (or 0xD31E1C) is known color: Harley Davidson Orange. HEX triplet: D3, 1E and 1C. RGB value is (211,30,28). Sum of RGB (Red+Green+Blue) = 211+30+28=269 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.44% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 211 - color contains mainly: red. Hex color #D31E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31E1C is #2CE1E3. Grayscale: #545454. Windows color (decimal): -2941412 or 1842899. OLE color: 1842899.

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

Color convert

RGB 211 30 28 -
CMYK 0 0.86 0.87 0.17
HSL 0.66º 0.77% 0.47% -
HSV(B) 0.66º 0.87% 0.83% -
XYZ 27.54 14.86 2.52 -
YUV 83.89 96.47 218.66 -
System Red Green Blue C M Y K H S L
Decimal 211 30 28 0 0.86 0.87 0.17 0.66 0.77 0.47
Hex D3 1E 1C 0 56 57 11 1 4D 2F
Octal 323 36 34 0 126 127 21 1 115 57
Binary 11010011 11110 11100 0 1010110 1010111 10001 1 1001101 101111

Color Harmonies of #D31E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31E1C

Black with #D31E1C

Text Example


Text Example

White with #D31E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31E1C; }

 p { color: rgb(211,30,28); }

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

background-color css

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

 a { background-color: rgb(211,30,28); }

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

border-color css

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

 span { border-color: rgb(211,30,28); }

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