Html Css Color HEX #E62216 Scarlet

📋 copy color: '#E62216'

red 230 ◦ green 34 ◦ blue 22

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

Shades of Scarlet #E62216

Tints of Scarlet #E62216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.69%

R = 80.42%
G = 11.89%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E62216 (or 0xE62216) is known color: Scarlet. HEX triplet: E6, 22 and 16. RGB value is (230,34,22). Sum of RGB (Red+Green+Blue) = 230+34+22=286 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.42% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 230 - color contains mainly: red. Hex color #E62216 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62216 is #19DDE9. Grayscale: #5B5B5B. Windows color (decimal): -1695210 or 1450726. OLE color: 1450726.

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

Color convert

RGB 230 34 22 -
CMYK 0 0.85 0.90 0.10
HSL 3.46º 0.83% 0.49% -
HSV(B) 3.46º 0.9% 0.9% -
XYZ 33.35 18.02 2.48 -
YUV 91.24 88.93 226.98 -
System Red Green Blue C M Y K H S L
Decimal 230 34 22 0 0.85 0.90 0.10 3.46 0.83 0.49
Hex E6 22 16 0 55 5A A 3 53 31
Octal 346 42 26 0 125 132 12 3 123 61
Binary 11100110 100010 10110 0 1010101 1011010 1010 11 1010011 110001

Color Harmonies of #E62216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62216

Black with #E62216

Text Example


Text Example

White with #E62216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62216; }

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

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

background-color css

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

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

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

border-color css

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

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

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