Html Css Color HEX #D5270E Harley Davidson Orange

📋 copy color: '#D5270E'

red 213 ◦ green 39 ◦ blue 14

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

Shades of Harley Davidson Orange #D5270E

Tints of Harley Davidson Orange #D5270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

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

R = 80.08%
G = 14.66%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5270E (or 0xD5270E) is known color: Harley Davidson Orange. HEX triplet: D5, 27 and 0E. RGB value is (213,39,14). Sum of RGB (Red+Green+Blue) = 213+39+14=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D5270E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5270E is #2AD8F1. Grayscale: #585858. Windows color (decimal): -2808050 or 927701. OLE color: 927701.

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

Color convert

RGB 213 39 14 -
CMYK 0 0.82 0.93 0.16
HSL 7.54º 0.88% 0.45% -
HSV(B) 7.54º 0.93% 0.84% -
XYZ 28.25 15.63 1.94 -
YUV 88.18 86.15 217.03 -
System Red Green Blue C M Y K H S L
Decimal 213 39 14 0 0.82 0.93 0.16 7.54 0.88 0.45
Hex D5 27 E 0 52 5D 10 8 58 2D
Octal 325 47 16 0 122 135 20 10 130 55
Binary 11010101 100111 1110 0 1010010 1011101 10000 1000 1011000 101101

Color Harmonies of #D5270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5270E

Black with #D5270E

Text Example


Text Example

White with #D5270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5270E; }

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

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

background-color css

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

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

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

border-color css

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

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

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