Html Css Color HEX #D53012 Harley Davidson Orange

📋 copy color: '#D53012'

red 213 ◦ green 48 ◦ blue 18

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

Shades of Harley Davidson Orange #D53012

Tints of Harley Davidson Orange #D53012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

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

R = 76.34%
G = 17.2%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D53012 (or 0xD53012) is known color: Harley Davidson Orange. HEX triplet: D5, 30 and 12. RGB value is (213,48,18). Sum of RGB (Red+Green+Blue) = 213+48+18=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D53012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53012 is #2ACFED. Grayscale: #5E5E5E. Windows color (decimal): -2805742 or 1192149. OLE color: 1192149.

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

Color convert

RGB 213 48 18 -
CMYK 0 0.77 0.92 0.16
HSL 9.23º 0.84% 0.45% -
HSV(B) 9.23º 0.92% 0.84% -
XYZ 28.61 16.3 2.21 -
YUV 93.92 85.16 212.94 -
System Red Green Blue C M Y K H S L
Decimal 213 48 18 0 0.77 0.92 0.16 9.23 0.84 0.45
Hex D5 30 12 0 4D 5C 10 9 54 2D
Octal 325 60 22 0 115 134 20 11 124 55
Binary 11010101 110000 10010 0 1001101 1011100 10000 1001 1010100 101101

Color Harmonies of #D53012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53012

Black with #D53012

Text Example


Text Example

White with #D53012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53012; }

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

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

background-color css

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

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

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

border-color css

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

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

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