Html Css Color HEX #D5481D Harley Davidson Orange

📋 copy color: '#D5481D'

red 213 ◦ green 72 ◦ blue 29

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

Shades of Harley Davidson Orange #D5481D

Tints of Harley Davidson Orange #D5481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.93%

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

R = 67.83%
G = 22.93%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5481D (or 0xD5481D) is known color: Harley Davidson Orange. HEX triplet: D5, 48 and 1D. RGB value is (213,72,29). Sum of RGB (Red+Green+Blue) = 213+72+29=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D5481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5481D is #2AB7E2. Grayscale: #6D6D6D. Windows color (decimal): -2799587 or 1919189. OLE color: 1919189.

HSL color Cylindrical-coordinate representation of color #D5481D: hue angle of 14.02º 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 #D5481D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 72 29 -
CMYK 0 0.66 0.86 0.16
HSL 14.02º 0.76% 0.47% -
HSV(B) 14.02º 0.86% 0.84% -
XYZ 29.98 18.87 3.22 -
YUV 109.26 82.71 202 -
System Red Green Blue C M Y K H S L
Decimal 213 72 29 0 0.66 0.86 0.16 14.02 0.76 0.47
Hex D5 48 1D 0 42 56 10 E 4C 2F
Octal 325 110 35 0 102 126 20 16 114 57
Binary 11010101 1001000 11101 0 1000010 1010110 10000 1110 1001100 101111

Color Harmonies of #D5481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5481D

Black with #D5481D

Text Example


Text Example

White with #D5481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5481D; }

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

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

background-color css

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

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

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

border-color css

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

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

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