Html Css Color HEX #D53F1D Harley Davidson Orange

📋 copy color: '#D53F1D'

red 213 ◦ green 63 ◦ blue 29

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

Shades of Harley Davidson Orange #D53F1D

Tints of Harley Davidson Orange #D53F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.51%

R = 69.84%
G = 20.66%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D53F1D (or 0xD53F1D) is known color: Harley Davidson Orange. HEX triplet: D5, 3F and 1D. RGB value is (213,63,29). Sum of RGB (Red+Green+Blue) = 213+63+29=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F1D is #2AC0E2. Grayscale: #686868. Windows color (decimal): -2801891 or 1916885. OLE color: 1916885.

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

Color convert

RGB 213 63 29 -
CMYK 0 0.70 0.86 0.16
HSL 11.09º 0.76% 0.47% -
HSV(B) 11.09º 0.86% 0.84% -
XYZ 29.44 17.79 3.04 -
YUV 103.97 85.7 205.76 -
System Red Green Blue C M Y K H S L
Decimal 213 63 29 0 0.70 0.86 0.16 11.09 0.76 0.47
Hex D5 3F 1D 0 46 56 10 B 4C 2F
Octal 325 77 35 0 106 126 20 13 114 57
Binary 11010101 111111 11101 0 1000110 1010110 10000 1011 1001100 101111

Color Harmonies of #D53F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F1D

Black with #D53F1D

Text Example


Text Example

White with #D53F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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