Html Css Color HEX #D32315 Harley Davidson Orange

📋 copy color: '#D32315'

red 211 ◦ green 35 ◦ blue 21

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

Shades of Harley Davidson Orange #D32315

Tints of Harley Davidson Orange #D32315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.11%

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 79.03%
G = 13.11%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D32315 (or 0xD32315) is known color: Harley Davidson Orange. HEX triplet: D3, 23 and 15. RGB value is (211,35,21). Sum of RGB (Red+Green+Blue) = 211+35+21=267 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.03% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 211 - color contains mainly: red. Hex color #D32315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32315 is #2CDCEA. Grayscale: #565656. Windows color (decimal): -2940139 or 1385427. OLE color: 1385427.

HSL color Cylindrical-coordinate representation of color #D32315: hue angle of 4.42º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D32315 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 35 21 -
CMYK 0 0.83 0.90 0.17
HSL 4.42º 0.82% 0.45% -
HSV(B) 4.42º 0.9% 0.83% -
XYZ 27.6 15.11 2.17 -
YUV 86.03 91.31 217.14 -
System Red Green Blue C M Y K H S L
Decimal 211 35 21 0 0.83 0.90 0.17 4.42 0.82 0.45
Hex D3 23 15 0 53 5A 11 4 52 2D
Octal 323 43 25 0 123 132 21 4 122 55
Binary 11010011 100011 10101 0 1010011 1011010 10001 100 1010010 101101

Color Harmonies of #D32315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32315

Black with #D32315

Text Example


Text Example

White with #D32315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32315; }

 p { color: rgb(211,35,21); }

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

background-color css

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

 a { background-color: rgb(211,35,21); }

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

border-color css

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

 span { border-color: rgb(211,35,21); }

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