Html Css Color HEX #D53318 Harley Davidson Orange

📋 copy color: '#D53318'

red 213 ◦ green 51 ◦ blue 24

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

Shades of Harley Davidson Orange #D53318

Tints of Harley Davidson Orange #D53318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

 BLUE value IS 24 (9.77% from 255) = 8.33%

R = 73.96%
G = 17.71%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D53318 (or 0xD53318) is known color: Harley Davidson Orange. HEX triplet: D5, 33 and 18. RGB value is (213,51,24). Sum of RGB (Red+Green+Blue) = 213+51+24=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D53318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53318 is #2ACCE7. Grayscale: #606060. Windows color (decimal): -2804968 or 1586133. OLE color: 1586133.

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

Color convert

RGB 213 51 24 -
CMYK 0 0.76 0.89 0.16
HSL 8.57º 0.8% 0.46% -
HSV(B) 8.57º 0.89% 0.84% -
XYZ 28.79 16.58 2.55 -
YUV 96.36 87.17 211.2 -
System Red Green Blue C M Y K H S L
Decimal 213 51 24 0 0.76 0.89 0.16 8.57 0.8 0.46
Hex D5 33 18 0 4C 59 10 9 50 2E
Octal 325 63 30 0 114 131 20 11 120 56
Binary 11010101 110011 11000 0 1001100 1011001 10000 1001 1010000 101110

Color Harmonies of #D53318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53318

Black with #D53318

Text Example


Text Example

White with #D53318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53318; }

 p { color: rgb(213,51,24); }

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

background-color css

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

 a { background-color: rgb(213,51,24); }

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

border-color css

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

 span { border-color: rgb(213,51,24); }

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