Html Css Color HEX #E62312 Scarlet

📋 copy color: '#E62312'

red 230 ◦ green 35 ◦ blue 18

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

Shades of Scarlet #E62312

Tints of Scarlet #E62312

RGB

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

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

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

R = 81.27%
G = 12.37%
B = 6.36%

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

#E62312 (or 0xE62312) is known color: Scarlet. HEX triplet: E6, 23 and 12. RGB value is (230,35,18). Sum of RGB (Red+Green+Blue) = 230+35+18=283 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.27% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 230 - color contains mainly: red. Hex color #E62312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62312 is #19DCED. Grayscale: #5B5B5B. Windows color (decimal): -1694958 or 1188838. OLE color: 1188838.

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

Color convert

RGB 230 35 18 -
CMYK 0 0.85 0.92 0.10
HSL 4.81º 0.85% 0.49% -
HSV(B) 4.81º 0.92% 0.9% -
XYZ 33.34 18.07 2.3 -
YUV 91.37 86.6 226.88 -
System Red Green Blue C M Y K H S L
Decimal 230 35 18 0 0.85 0.92 0.10 4.81 0.85 0.49
Hex E6 23 12 0 55 5C A 5 55 31
Octal 346 43 22 0 125 134 12 5 125 61
Binary 11100110 100011 10010 0 1010101 1011100 1010 101 1010101 110001

Color Harmonies of #E62312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62312

Black with #E62312

Text Example


Text Example

White with #E62312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62312; }

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

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

background-color css

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

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

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

border-color css

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

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

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