Html Css Color HEX #E62212 Scarlet

📋 copy color: '#E62212'

red 230 ◦ green 34 ◦ blue 18

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

Shades of Scarlet #E62212

Tints of Scarlet #E62212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.38%

R = 81.56%
G = 12.06%
B = 6.38%

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

#E62212 (or 0xE62212) is known color: Scarlet. HEX triplet: E6, 22 and 12. RGB value is (230,34,18). Sum of RGB (Red+Green+Blue) = 230+34+18=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E62212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62212 is #19DDED. Grayscale: #5B5B5B. Windows color (decimal): -1695214 or 1188582. OLE color: 1188582.

HSL color Cylindrical-coordinate representation of color #E62212: hue angle of 4.53º 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 #E62212 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 34 18 -
CMYK 0 0.85 0.92 0.10
HSL 4.53º 0.85% 0.49% -
HSV(B) 4.53º 0.92% 0.9% -
XYZ 33.31 18.01 2.29 -
YUV 90.78 86.93 227.3 -
System Red Green Blue C M Y K H S L
Decimal 230 34 18 0 0.85 0.92 0.10 4.53 0.85 0.49
Hex E6 22 12 0 55 5C A 5 55 31
Octal 346 42 22 0 125 134 12 5 125 61
Binary 11100110 100010 10010 0 1010101 1011100 1010 101 1010101 110001

Color Harmonies of #E62212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62212

Black with #E62212

Text Example


Text Example

White with #E62212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62212; }

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

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

background-color css

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

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

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

border-color css

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

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

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