Html Css Color HEX #D5390D Harley Davidson Orange

📋 copy color: '#D5390D'

red 213 ◦ green 57 ◦ blue 13

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

Shades of Harley Davidson Orange #D5390D

Tints of Harley Davidson Orange #D5390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.14%

 BLUE value IS 13 (5.47% from 255) = 4.59%

R = 75.27%
G = 20.14%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5390D (or 0xD5390D) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 0D. RGB value is (213,57,13). Sum of RGB (Red+Green+Blue) = 213+57+13=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D5390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5390D is #2AC6F2. Grayscale: #626262. Windows color (decimal): -2803443 or 866773. OLE color: 866773.

HSL color Cylindrical-coordinate representation of color #D5390D: hue angle of 13.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5390D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 13 -
CMYK 0 0.73 0.94 0.16
HSL 13.2º 0.88% 0.44% -
HSV(B) 13.2º 0.94% 0.84% -
XYZ 28.98 17.1 2.15 -
YUV 98.63 79.68 209.58 -
System Red Green Blue C M Y K H S L
Decimal 213 57 13 0 0.73 0.94 0.16 13.2 0.88 0.44
Hex D5 39 D 0 49 5E 10 D 58 2C
Octal 325 71 15 0 111 136 20 15 130 54
Binary 11010101 111001 1101 0 1001001 1011110 10000 1101 1011000 101100

Color Harmonies of #D5390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5390D

Black with #D5390D

Text Example


Text Example

White with #D5390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5390D; }

 p { color: rgb(213,57,13); }

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

background-color css

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

 a { background-color: rgb(213,57,13); }

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

border-color css

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

 span { border-color: rgb(213,57,13); }

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