Html Css Color HEX #D52013 Harley Davidson Orange

📋 copy color: '#D52013'

red 213 ◦ green 32 ◦ blue 19

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

Shades of Harley Davidson Orange #D52013

Tints of Harley Davidson Orange #D52013

RGB

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

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

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

R = 80.68%
G = 12.12%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D52013 (or 0xD52013) is known color: Harley Davidson Orange. HEX triplet: D5, 20 and 13. RGB value is (213,32,19). Sum of RGB (Red+Green+Blue) = 213+32+19=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D52013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52013 is #2ADFEC. Grayscale: #545454. Windows color (decimal): -2809837 or 1253589. OLE color: 1253589.

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

Color convert

RGB 213 32 19 -
CMYK 0 0.85 0.91 0.16
HSL 4.02º 0.84% 0.45% -
HSV(B) 4.02º 0.91% 0.84% -
XYZ 28.07 15.23 2.08 -
YUV 84.64 90.97 219.56 -
System Red Green Blue C M Y K H S L
Decimal 213 32 19 0 0.85 0.91 0.16 4.02 0.84 0.45
Hex D5 20 13 0 55 5B 10 4 54 2D
Octal 325 40 23 0 125 133 20 4 124 55
Binary 11010101 100000 10011 0 1010101 1011011 10000 100 1010100 101101

Color Harmonies of #D52013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52013

Black with #D52013

Text Example


Text Example

White with #D52013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52013; }

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

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

background-color css

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

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

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

border-color css

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

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

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