Html Css Color HEX #D32013 Harley Davidson Orange

📋 copy color: '#D32013'

red 211 ◦ green 32 ◦ blue 19

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

Shades of Harley Davidson Orange #D32013

Tints of Harley Davidson Orange #D32013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.21%

 BLUE value IS 19 (7.81% from 255) = 7.25%

R = 80.53%
G = 12.21%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D32013 (or 0xD32013) is known color: Harley Davidson Orange. HEX triplet: D3, 20 and 13. RGB value is (211,32,19). Sum of RGB (Red+Green+Blue) = 211+32+19=262 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.53% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 211 - color contains mainly: red. Hex color #D32013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32013 is #2CDFEC. Grayscale: #545454. Windows color (decimal): -2940909 or 1253587. OLE color: 1253587.

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

Color convert

RGB 211 32 19 -
CMYK 0 0.85 0.91 0.17
HSL 4.06º 0.83% 0.45% -
HSV(B) 4.06º 0.91% 0.83% -
XYZ 27.5 14.93 2.05 -
YUV 84.04 91.3 218.56 -
System Red Green Blue C M Y K H S L
Decimal 211 32 19 0 0.85 0.91 0.17 4.06 0.83 0.45
Hex D3 20 13 0 55 5B 11 4 53 2D
Octal 323 40 23 0 125 133 21 4 123 55
Binary 11010011 100000 10011 0 1010101 1011011 10001 100 1010011 101101

Color Harmonies of #D32013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32013

Black with #D32013

Text Example


Text Example

White with #D32013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32013; }

 p { color: rgb(211,32,19); }

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

background-color css

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

 a { background-color: rgb(211,32,19); }

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

border-color css

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

 span { border-color: rgb(211,32,19); }

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