Html Css Color HEX #D53D14 Harley Davidson Orange

📋 copy color: '#D53D14'

red 213 ◦ green 61 ◦ blue 20

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

Shades of Harley Davidson Orange #D53D14

Tints of Harley Davidson Orange #D53D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.75%

 BLUE value IS 20 (8.2% from 255) = 6.8%

R = 72.45%
G = 20.75%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D53D14 (or 0xD53D14) is known color: Harley Davidson Orange. HEX triplet: D5, 3D and 14. RGB value is (213,61,20). Sum of RGB (Red+Green+Blue) = 213+61+20=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53D14 is #2AC2EB. Grayscale: #666666. Windows color (decimal): -2802412 or 1326549. OLE color: 1326549.

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

Color convert

RGB 213 61 20 -
CMYK 0 0.71 0.91 0.16
HSL 12.75º 0.83% 0.46% -
HSV(B) 12.75º 0.91% 0.84% -
XYZ 29.24 17.53 2.51 -
YUV 101.77 81.86 207.33 -
System Red Green Blue C M Y K H S L
Decimal 213 61 20 0 0.71 0.91 0.16 12.75 0.83 0.46
Hex D5 3D 14 0 47 5B 10 D 53 2E
Octal 325 75 24 0 107 133 20 15 123 56
Binary 11010101 111101 10100 0 1000111 1011011 10000 1101 1010011 101110

Color Harmonies of #D53D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D14

Black with #D53D14

Text Example


Text Example

White with #D53D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D14; }

 p { color: rgb(213,61,20); }

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

background-color css

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

 a { background-color: rgb(213,61,20); }

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

border-color css

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

 span { border-color: rgb(213,61,20); }

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