Html Css Color HEX #E62213 Scarlet

📋 copy color: '#E62213'

red 230 ◦ green 34 ◦ blue 19

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

Shades of Scarlet #E62213

Tints of Scarlet #E62213

RGB

 RED value IS 230 (90.23% from 255) = 81.27%

 GREEN value IS 34 (13.67% from 255) = 12.01%

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 81.27%
G = 12.01%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E62213 (or 0xE62213) is known color: Scarlet. HEX triplet: E6, 22 and 13. RGB value is (230,34,19). Sum of RGB (Red+Green+Blue) = 230+34+19=283 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.27% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 230 - color contains mainly: red. Hex color #E62213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62213 is #19DDEC. Grayscale: #5B5B5B. Windows color (decimal): -1695213 or 1254118. OLE color: 1254118.

HSL color Cylindrical-coordinate representation of color #E62213: hue angle of 4.27º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E62213 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 34 19 -
CMYK 0 0.85 0.92 0.10
HSL 4.27º 0.85% 0.49% -
HSV(B) 4.27º 0.92% 0.9% -
XYZ 33.32 18.01 2.34 -
YUV 90.89 87.43 227.22 -
System Red Green Blue C M Y K H S L
Decimal 230 34 19 0 0.85 0.92 0.10 4.27 0.85 0.49
Hex E6 22 13 0 55 5C A 4 55 31
Octal 346 42 23 0 125 134 12 4 125 61
Binary 11100110 100010 10011 0 1010101 1011100 1010 100 1010101 110001

Color Harmonies of #E62213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62213

Black with #E62213

Text Example


Text Example

White with #E62213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62213; }

 p { color: rgb(230,34,19); }

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

background-color css

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

 a { background-color: rgb(230,34,19); }

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

border-color css

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

 span { border-color: rgb(230,34,19); }

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