Html Css Color HEX #D5420E Harley Davidson Orange

📋 copy color: '#D5420E'

red 213 ◦ green 66 ◦ blue 14

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

Shades of Harley Davidson Orange #D5420E

Tints of Harley Davidson Orange #D5420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.53%

 BLUE value IS 14 (5.86% from 255) = 4.78%

R = 72.7%
G = 22.53%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5420E (or 0xD5420E) is known color: Harley Davidson Orange. HEX triplet: D5, 42 and 0E. RGB value is (213,66,14). Sum of RGB (Red+Green+Blue) = 213+66+14=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D5420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5420E is #2ABDF1. Grayscale: #686868. Windows color (decimal): -2801138 or 934613. OLE color: 934613.

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

Color convert

RGB 213 66 14 -
CMYK 0 0.69 0.93 0.16
HSL 15.68º 0.88% 0.45% -
HSV(B) 15.68º 0.93% 0.84% -
XYZ 29.47 18.07 2.35 -
YUV 104.03 77.2 205.73 -
System Red Green Blue C M Y K H S L
Decimal 213 66 14 0 0.69 0.93 0.16 15.68 0.88 0.45
Hex D5 42 E 0 45 5D 10 10 58 2D
Octal 325 102 16 0 105 135 20 20 130 55
Binary 11010101 1000010 1110 0 1000101 1011101 10000 10000 1011000 101101

Color Harmonies of #D5420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5420E

Black with #D5420E

Text Example


Text Example

White with #D5420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5420E; }

 p { color: rgb(213,66,14); }

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

background-color css

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

 a { background-color: rgb(213,66,14); }

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

border-color css

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

 span { border-color: rgb(213,66,14); }

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