Html Css Color HEX #D53412 Harley Davidson Orange

📋 copy color: '#D53412'

red 213 ◦ green 52 ◦ blue 18

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

Shades of Harley Davidson Orange #D53412

Tints of Harley Davidson Orange #D53412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

 BLUE value IS 18 (7.42% from 255) = 6.36%

R = 75.27%
G = 18.37%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D53412 (or 0xD53412) is known color: Harley Davidson Orange. HEX triplet: D5, 34 and 12. RGB value is (213,52,18). Sum of RGB (Red+Green+Blue) = 213+52+18=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D53412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53412 is #2ACBED. Grayscale: #606060. Windows color (decimal): -2804718 or 1193173. OLE color: 1193173.

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

Color convert

RGB 213 52 18 -
CMYK 0 0.76 0.92 0.16
HSL 10.46º 0.84% 0.45% -
HSV(B) 10.46º 0.92% 0.84% -
XYZ 28.78 16.65 2.27 -
YUV 96.26 83.84 211.26 -
System Red Green Blue C M Y K H S L
Decimal 213 52 18 0 0.76 0.92 0.16 10.46 0.84 0.45
Hex D5 34 12 0 4C 5C 10 A 54 2D
Octal 325 64 22 0 114 134 20 12 124 55
Binary 11010101 110100 10010 0 1001100 1011100 10000 1010 1010100 101101

Color Harmonies of #D53412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53412

Black with #D53412

Text Example


Text Example

White with #D53412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53412; }

 p { color: rgb(213,52,18); }

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

background-color css

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

 a { background-color: rgb(213,52,18); }

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

border-color css

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

 span { border-color: rgb(213,52,18); }

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