Html Css Color HEX #E3270F Harley Davidson Orange

📋 copy color: '#E3270F'

red 227 ◦ green 39 ◦ blue 15

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

Shades of Harley Davidson Orange #E3270F

Tints of Harley Davidson Orange #E3270F

RGB

 RED value IS 227 (89.06% from 255) = 80.78%

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

 BLUE value IS 15 (6.25% from 255) = 5.34%

R = 80.78%
G = 13.88%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E3270F (or 0xE3270F) is known color: Harley Davidson Orange. HEX triplet: E3, 27 and 0F. RGB value is (227,39,15). Sum of RGB (Red+Green+Blue) = 227+39+15=281 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.78% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 227 - color contains mainly: red. Hex color #E3270F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3270F is #1CD8F0. Grayscale: #5C5C5C. Windows color (decimal): -1890545 or 993251. OLE color: 993251.

HSL color Cylindrical-coordinate representation of color #E3270F: hue angle of 6.79º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3270F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 39 15 -
CMYK 0 0.83 0.93 0.11
HSL 6.79º 0.88% 0.47% -
HSV(B) 6.79º 0.93% 0.89% -
XYZ 32.49 17.82 2.18 -
YUV 92.48 84.28 223.95 -
System Red Green Blue C M Y K H S L
Decimal 227 39 15 0 0.83 0.93 0.11 6.79 0.88 0.47
Hex E3 27 F 0 53 5D B 7 58 2F
Octal 343 47 17 0 123 135 13 7 130 57
Binary 11100011 100111 1111 0 1010011 1011101 1011 111 1011000 101111

Color Harmonies of #E3270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3270F

Black with #E3270F

Text Example


Text Example

White with #E3270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3270F; }

 p { color: rgb(227,39,15); }

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

background-color css

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

 a { background-color: rgb(227,39,15); }

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

border-color css

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

 span { border-color: rgb(227,39,15); }

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