Html Css Color HEX #D52016 Harley Davidson Orange

📋 copy color: '#D52016'

red 213 ◦ green 32 ◦ blue 22

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

Shades of Harley Davidson Orange #D52016

Tints of Harley Davidson Orange #D52016

RGB

 RED value IS 213 (83.59% from 255) = 79.78%

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

 BLUE value IS 22 (8.98% from 255) = 8.24%

R = 79.78%
G = 11.99%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D52016 (or 0xD52016) is known color: Harley Davidson Orange. HEX triplet: D5, 20 and 16. RGB value is (213,32,22). Sum of RGB (Red+Green+Blue) = 213+32+22=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D52016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52016 is #2ADFE9. Grayscale: #555555. Windows color (decimal): -2809834 or 1450197. OLE color: 1450197.

HSL color Cylindrical-coordinate representation of color #D52016: hue angle of 3.14º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D52016 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 32 22 -
CMYK 0 0.85 0.90 0.16
HSL 3.14º 0.81% 0.46% -
HSV(B) 3.14º 0.9% 0.84% -
XYZ 28.1 15.24 2.22 -
YUV 84.98 92.47 219.31 -
System Red Green Blue C M Y K H S L
Decimal 213 32 22 0 0.85 0.90 0.16 3.14 0.81 0.46
Hex D5 20 16 0 55 5A 10 3 51 2E
Octal 325 40 26 0 125 132 20 3 121 56
Binary 11010101 100000 10110 0 1010101 1011010 10000 11 1010001 101110

Color Harmonies of #D52016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52016

Black with #D52016

Text Example


Text Example

White with #D52016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52016; }

 p { color: rgb(213,32,22); }

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

background-color css

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

 a { background-color: rgb(213,32,22); }

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

border-color css

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

 span { border-color: rgb(213,32,22); }

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