Html Css Color HEX #D32E1D Harley Davidson Orange

📋 copy color: '#D32E1D'

red 211 ◦ green 46 ◦ blue 29

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

Shades of Harley Davidson Orange #D32E1D

Tints of Harley Davidson Orange #D32E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.08%

 BLUE value IS 29 (11.72% from 255) = 10.14%

R = 73.78%
G = 16.08%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D32E1D (or 0xD32E1D) is known color: Harley Davidson Orange. HEX triplet: D3, 2E and 1D. RGB value is (211,46,29). Sum of RGB (Red+Green+Blue) = 211+46+29=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D32E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32E1D is #2CD1E2. Grayscale: #5D5D5D. Windows color (decimal): -2937315 or 1912531. OLE color: 1912531.

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

Color convert

RGB 211 46 29 -
CMYK 0 0.78 0.86 0.17
HSL 5.6º 0.76% 0.47% -
HSV(B) 5.6º 0.86% 0.83% -
XYZ 28.06 15.89 2.75 -
YUV 93.4 91.66 211.88 -
System Red Green Blue C M Y K H S L
Decimal 211 46 29 0 0.78 0.86 0.17 5.6 0.76 0.47
Hex D3 2E 1D 0 4E 56 11 6 4C 2F
Octal 323 56 35 0 116 126 21 6 114 57
Binary 11010011 101110 11101 0 1001110 1010110 10001 110 1001100 101111

Color Harmonies of #D32E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32E1D

Black with #D32E1D

Text Example


Text Example

White with #D32E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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