Html Css Color HEX #D53F10 Harley Davidson Orange

📋 copy color: '#D53F10'

red 213 ◦ green 63 ◦ blue 16

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

Shades of Harley Davidson Orange #D53F10

Tints of Harley Davidson Orange #D53F10

RGB

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

 GREEN value IS 63 (25% from 255) = 21.58%

 BLUE value IS 16 (6.64% from 255) = 5.48%

R = 72.95%
G = 21.58%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D53F10 (or 0xD53F10) is known color: Harley Davidson Orange. HEX triplet: D5, 3F and 10. RGB value is (213,63,16). Sum of RGB (Red+Green+Blue) = 213+63+16=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53F10 is #2AC0EF. Grayscale: #666666. Windows color (decimal): -2801904 or 1064917. OLE color: 1064917.

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

Color convert

RGB 213 63 16 -
CMYK 0 0.70 0.92 0.16
HSL 14.31º 0.86% 0.45% -
HSV(B) 14.31º 0.92% 0.84% -
XYZ 29.31 17.74 2.37 -
YUV 102.49 79.2 206.82 -
System Red Green Blue C M Y K H S L
Decimal 213 63 16 0 0.70 0.92 0.16 14.31 0.86 0.45
Hex D5 3F 10 0 46 5C 10 E 56 2D
Octal 325 77 20 0 106 134 20 16 126 55
Binary 11010101 111111 10000 0 1000110 1011100 10000 1110 1010110 101101

Color Harmonies of #D53F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F10

Black with #D53F10

Text Example


Text Example

White with #D53F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F10; }

 p { color: rgb(213,63,16); }

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

background-color css

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

 a { background-color: rgb(213,63,16); }

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

border-color css

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

 span { border-color: rgb(213,63,16); }

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