Html Css Color HEX #E2230B Scarlet

📋 copy color: '#E2230B'

red 226 ◦ green 35 ◦ blue 11

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

Shades of Scarlet #E2230B

Tints of Scarlet #E2230B

RGB

 RED value IS 226 (88.67% from 255) = 83.09%

 GREEN value IS 35 (14.06% from 255) = 12.87%

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

R = 83.09%
G = 12.87%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2230B (or 0xE2230B) is known color: Scarlet. HEX triplet: E2, 23 and 0B. RGB value is (226,35,11). Sum of RGB (Red+Green+Blue) = 226+35+11=272 (36% of max value = 765). Red value is 226 (88.67% from 255 or 83.09% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 226 - color contains mainly: red. Hex color #E2230B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2230B is #1DDCF4. Grayscale: #595959. Windows color (decimal): -1957109 or 730082. OLE color: 730082.

HSL color Cylindrical-coordinate representation of color #E2230B: hue angle of 6.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2230B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 35 11 -
CMYK 0 0.85 0.95 0.11
HSL 6.7º 0.91% 0.46% -
HSV(B) 6.7º 0.95% 0.89% -
XYZ 32.03 17.39 1.99 -
YUV 89.37 83.78 225.45 -
System Red Green Blue C M Y K H S L
Decimal 226 35 11 0 0.85 0.95 0.11 6.7 0.91 0.46
Hex E2 23 B 0 55 5F B 7 5B 2E
Octal 342 43 13 0 125 137 13 7 133 56
Binary 11100010 100011 1011 0 1010101 1011111 1011 111 1011011 101110

Color Harmonies of #E2230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2230B

Black with #E2230B

Text Example


Text Example

White with #E2230B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2230B; }

 p { color: rgb(226,35,11); }

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

background-color css

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

 a { background-color: rgb(226,35,11); }

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

border-color css

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

 span { border-color: rgb(226,35,11); }

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