Html Css Color HEX #D5280E Harley Davidson Orange

📋 copy color: '#D5280E'

red 213 ◦ green 40 ◦ blue 14

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

Shades of Harley Davidson Orange #D5280E

Tints of Harley Davidson Orange #D5280E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.98%

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

R = 79.78%
G = 14.98%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5280E (or 0xD5280E) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 0E. RGB value is (213,40,14). Sum of RGB (Red+Green+Blue) = 213+40+14=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D5280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5280E is #2AD7F1. Grayscale: #595959. Windows color (decimal): -2807794 or 927957. OLE color: 927957.

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

Color convert

RGB 213 40 14 -
CMYK 0 0.81 0.93 0.16
HSL 7.84º 0.88% 0.45% -
HSV(B) 7.84º 0.93% 0.84% -
XYZ 28.28 15.7 1.95 -
YUV 88.76 85.81 216.61 -
System Red Green Blue C M Y K H S L
Decimal 213 40 14 0 0.81 0.93 0.16 7.84 0.88 0.45
Hex D5 28 E 0 51 5D 10 8 58 2D
Octal 325 50 16 0 121 135 20 10 130 55
Binary 11010101 101000 1110 0 1010001 1011101 10000 1000 1011000 101101

Color Harmonies of #D5280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5280E

Black with #D5280E

Text Example


Text Example

White with #D5280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5280E; }

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

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

background-color css

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

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

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

border-color css

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

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

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