Html Css Color HEX #D52413 Harley Davidson Orange

📋 copy color: '#D52413'

red 213 ◦ green 36 ◦ blue 19

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

Shades of Harley Davidson Orange #D52413

Tints of Harley Davidson Orange #D52413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.43%

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

R = 79.48%
G = 13.43%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D52413 (or 0xD52413) is known color: Harley Davidson Orange. HEX triplet: D5, 24 and 13. RGB value is (213,36,19). Sum of RGB (Red+Green+Blue) = 213+36+19=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D52413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52413 is #2ADBEC. Grayscale: #575757. Windows color (decimal): -2808813 or 1254613. OLE color: 1254613.

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

Color convert

RGB 213 36 19 -
CMYK 0 0.83 0.91 0.16
HSL 5.26º 0.84% 0.45% -
HSV(B) 5.26º 0.91% 0.84% -
XYZ 28.19 15.45 2.11 -
YUV 86.99 89.64 217.88 -
System Red Green Blue C M Y K H S L
Decimal 213 36 19 0 0.83 0.91 0.16 5.26 0.84 0.45
Hex D5 24 13 0 53 5B 10 5 54 2D
Octal 325 44 23 0 123 133 20 5 124 55
Binary 11010101 100100 10011 0 1010011 1011011 10000 101 1010100 101101

Color Harmonies of #D52413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52413

Black with #D52413

Text Example


Text Example

White with #D52413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52413; }

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

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

background-color css

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

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

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

border-color css

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

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

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