Html Css Color HEX #D53B15 Harley Davidson Orange

📋 copy color: '#D53B15'

red 213 ◦ green 59 ◦ blue 21

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

Shades of Harley Davidson Orange #D53B15

Tints of Harley Davidson Orange #D53B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.14%

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 72.7%
G = 20.14%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D53B15 (or 0xD53B15) is known color: Harley Davidson Orange. HEX triplet: D5, 3B and 15. RGB value is (213,59,21). Sum of RGB (Red+Green+Blue) = 213+59+21=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53B15 is #2AC4EA. Grayscale: #656565. Windows color (decimal): -2802923 or 1391573. OLE color: 1391573.

HSL color Cylindrical-coordinate representation of color #D53B15: hue angle of 11.88º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D53B15 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 59 21 -
CMYK 0 0.72 0.90 0.16
HSL 11.88º 0.82% 0.46% -
HSV(B) 11.88º 0.9% 0.84% -
XYZ 29.14 17.33 2.52 -
YUV 100.71 83.02 208.09 -
System Red Green Blue C M Y K H S L
Decimal 213 59 21 0 0.72 0.90 0.16 11.88 0.82 0.46
Hex D5 3B 15 0 48 5A 10 C 52 2E
Octal 325 73 25 0 110 132 20 14 122 56
Binary 11010101 111011 10101 0 1001000 1011010 10000 1100 1010010 101110

Color Harmonies of #D53B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53B15

Black with #D53B15

Text Example


Text Example

White with #D53B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53B15; }

 p { color: rgb(213,59,21); }

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

background-color css

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

 a { background-color: rgb(213,59,21); }

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

border-color css

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

 span { border-color: rgb(213,59,21); }

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