Html Css Color HEX #E9270F Scarlet

📋 copy color: '#E9270F'

red 233 ◦ green 39 ◦ blue 15

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

Shades of Scarlet #E9270F

Tints of Scarlet #E9270F

RGB

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

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

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

R = 81.18%
G = 13.59%
B = 5.23%

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

#E9270F (or 0xE9270F) is known color: Scarlet. HEX triplet: E9, 27 and 0F. RGB value is (233,39,15). Sum of RGB (Red+Green+Blue) = 233+39+15=287 (38% of max value = 765). Red value is 233 (91.41% from 255 or 81.18% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 233 - color contains mainly: red. Hex color #E9270F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9270F is #16D8F0. Grayscale: #5E5E5E. Windows color (decimal): -1497329 or 993257. OLE color: 993257.

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

Color convert

RGB 233 39 15 -
CMYK 0 0.83 0.94 0.09
HSL 6.61º 0.88% 0.49% -
HSV(B) 6.61º 0.94% 0.91% -
XYZ 34.42 18.81 2.27 -
YUV 94.27 83.27 226.95 -
System Red Green Blue C M Y K H S L
Decimal 233 39 15 0 0.83 0.94 0.09 6.61 0.88 0.49
Hex E9 27 F 0 53 5E 9 7 58 31
Octal 351 47 17 0 123 136 11 7 130 61
Binary 11101001 100111 1111 0 1010011 1011110 1001 111 1011000 110001

Color Harmonies of #E9270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9270F

Black with #E9270F

Text Example


Text Example

White with #E9270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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