Html Css Color HEX #D52115 Harley Davidson Orange

📋 copy color: '#D52115'

red 213 ◦ green 33 ◦ blue 21

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

Shades of Harley Davidson Orange #D52115

Tints of Harley Davidson Orange #D52115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.36%

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

R = 79.78%
G = 12.36%
B = 7.87%

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

#D52115 (or 0xD52115) is known color: Harley Davidson Orange. HEX triplet: D5, 21 and 15. RGB value is (213,33,21). Sum of RGB (Red+Green+Blue) = 213+33+21=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D52115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52115 is #2ADEEA. Grayscale: #555555. Windows color (decimal): -2809579 or 1384917. OLE color: 1384917.

HSL color Cylindrical-coordinate representation of color #D52115: hue angle of 3.75º degrees, saturation: 0.82, 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 #D52115 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 33 21 -
CMYK 0 0.85 0.90 0.16
HSL 3.75º 0.82% 0.46% -
HSV(B) 3.75º 0.9% 0.84% -
XYZ 28.12 15.29 2.18 -
YUV 85.45 91.63 218.98 -
System Red Green Blue C M Y K H S L
Decimal 213 33 21 0 0.85 0.90 0.16 3.75 0.82 0.46
Hex D5 21 15 0 55 5A 10 4 52 2E
Octal 325 41 25 0 125 132 20 4 122 56
Binary 11010101 100001 10101 0 1010101 1011010 10000 100 1010010 101110

Color Harmonies of #D52115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52115

Black with #D52115

Text Example


Text Example

White with #D52115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52115; }

 p { color: rgb(213,33,21); }

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

background-color css

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

 a { background-color: rgb(213,33,21); }

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

border-color css

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

 span { border-color: rgb(213,33,21); }

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