Html Css Color HEX #E9270E Scarlet

📋 copy color: '#E9270E'

red 233 ◦ green 39 ◦ blue 14

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

Shades of Scarlet #E9270E

Tints of Scarlet #E9270E

RGB

 RED value IS 233 (91.41% from 255) = 81.47%

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

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

R = 81.47%
G = 13.64%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9270E (or 0xE9270E) is known color: Scarlet. HEX triplet: E9, 27 and 0E. RGB value is (233,39,14). Sum of RGB (Red+Green+Blue) = 233+39+14=286 (37% of max value = 765). Red value is 233 (91.41% from 255 or 81.47% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 233 - color contains mainly: red. Hex color #E9270E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9270E is #16D8F1. Grayscale: #5E5E5E. Windows color (decimal): -1497330 or 927721. OLE color: 927721.

HSL color Cylindrical-coordinate representation of color #E9270E: hue angle of 6.85º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9270E is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 39 14 -
CMYK 0 0.83 0.94 0.09
HSL 6.85º 0.89% 0.48% -
HSV(B) 6.85º 0.94% 0.91% -
XYZ 34.41 18.81 2.23 -
YUV 94.16 82.77 227.03 -
System Red Green Blue C M Y K H S L
Decimal 233 39 14 0 0.83 0.94 0.09 6.85 0.89 0.48
Hex E9 27 E 0 53 5E 9 7 59 30
Octal 351 47 16 0 123 136 11 7 131 60
Binary 11101001 100111 1110 0 1010011 1011110 1001 111 1011001 110000

Color Harmonies of #E9270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9270E

Black with #E9270E

Text Example


Text Example

White with #E9270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9270E; }

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

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

background-color css

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

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

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

border-color css

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

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

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