Html Css Color HEX #D53E1C Harley Davidson Orange

📋 copy color: '#D53E1C'

red 213 ◦ green 62 ◦ blue 28

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

Shades of Harley Davidson Orange #D53E1C

Tints of Harley Davidson Orange #D53E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.46%

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 70.3%
G = 20.46%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D53E1C (or 0xD53E1C) is known color: Harley Davidson Orange. HEX triplet: D5, 3E and 1C. RGB value is (213,62,28). Sum of RGB (Red+Green+Blue) = 213+62+28=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53E1C is #2AC1E3. Grayscale: #676767. Windows color (decimal): -2802148 or 1851093. OLE color: 1851093.

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

Color convert

RGB 213 62 28 -
CMYK 0 0.71 0.87 0.16
HSL 11.03º 0.77% 0.47% -
HSV(B) 11.03º 0.87% 0.84% -
XYZ 29.37 17.68 2.96 -
YUV 103.27 85.53 206.26 -
System Red Green Blue C M Y K H S L
Decimal 213 62 28 0 0.71 0.87 0.16 11.03 0.77 0.47
Hex D5 3E 1C 0 47 57 10 B 4D 2F
Octal 325 76 34 0 107 127 20 13 115 57
Binary 11010101 111110 11100 0 1000111 1010111 10000 1011 1001101 101111

Color Harmonies of #D53E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53E1C

Black with #D53E1C

Text Example


Text Example

White with #D53E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53E1C; }

 p { color: rgb(213,62,28); }

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

background-color css

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

 a { background-color: rgb(213,62,28); }

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

border-color css

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

 span { border-color: rgb(213,62,28); }

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