Html Css Color HEX #E9270B Scarlet

📋 copy color: '#E9270B'

red 233 ◦ green 39 ◦ blue 11

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

Shades of Scarlet #E9270B

Tints of Scarlet #E9270B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.89%

R = 82.33%
G = 13.78%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9270B (or 0xE9270B) is known color: Scarlet. HEX triplet: E9, 27 and 0B. RGB value is (233,39,11). Sum of RGB (Red+Green+Blue) = 233+39+11=283 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.33% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 233 - color contains mainly: red. Hex color #E9270B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9270B is #16D8F4. Grayscale: #5E5E5E. Windows color (decimal): -1497333 or 731113. OLE color: 731113.

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

Color convert

RGB 233 39 11 -
CMYK 0 0.83 0.95 0.09
HSL 7.57º 0.91% 0.48% -
HSV(B) 7.57º 0.95% 0.91% -
XYZ 34.39 18.8 2.13 -
YUV 93.81 81.27 227.28 -
System Red Green Blue C M Y K H S L
Decimal 233 39 11 0 0.83 0.95 0.09 7.57 0.91 0.48
Hex E9 27 B 0 53 5F 9 8 5B 30
Octal 351 47 13 0 123 137 11 10 133 60
Binary 11101001 100111 1011 0 1010011 1011111 1001 1000 1011011 110000

Color Harmonies of #E9270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9270B

Black with #E9270B

Text Example


Text Example

White with #E9270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9270B; }

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

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

background-color css

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

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

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

border-color css

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

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

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