Html Css Color HEX #E62214 Scarlet

📋 copy color: '#E62214'

red 230 ◦ green 34 ◦ blue 20

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

Shades of Scarlet #E62214

Tints of Scarlet #E62214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.04%

R = 80.99%
G = 11.97%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E62214 (or 0xE62214) is known color: Scarlet. HEX triplet: E6, 22 and 14. RGB value is (230,34,20). Sum of RGB (Red+Green+Blue) = 230+34+20=284 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.99% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 230 - color contains mainly: red. Hex color #E62214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62214 is #19DDEB. Grayscale: #5B5B5B. Windows color (decimal): -1695212 or 1319654. OLE color: 1319654.

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

Color convert

RGB 230 34 20 -
CMYK 0 0.85 0.91 0.10
HSL 0.84% 0.49% -
HSV(B) 0.91% 0.9% -
XYZ 33.33 18.02 2.38 -
YUV 91.01 87.93 227.14 -
System Red Green Blue C M Y K H S L
Decimal 230 34 20 0 0.85 0.91 0.10 4 0.84 0.49
Hex E6 22 14 0 55 5B A 4 54 31
Octal 346 42 24 0 125 133 12 4 124 61
Binary 11100110 100010 10100 0 1010101 1011011 1010 100 1010100 110001

Color Harmonies of #E62214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62214

Black with #E62214

Text Example


Text Example

White with #E62214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62214; }

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

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

background-color css

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

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

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

border-color css

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

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

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