Html Css Color HEX #E61C1A Scarlet

📋 copy color: '#E61C1A'

red 230 ◦ green 28 ◦ blue 26

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

Shades of Scarlet #E61C1A

Tints of Scarlet #E61C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.86%

 BLUE value IS 26 (10.55% from 255) = 9.15%

R = 80.99%
G = 9.86%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E61C1A (or 0xE61C1A) is known color: Scarlet. HEX triplet: E6, 1C and 1A. RGB value is (230,28,26). Sum of RGB (Red+Green+Blue) = 230+28+26=284 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.99% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61C1A is #19E3E5. Grayscale: #585858. Windows color (decimal): -1696742 or 1711334. OLE color: 1711334.

HSL color Cylindrical-coordinate representation of color #E61C1A: hue angle of 0.59º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61C1A is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 28 26 -
CMYK 0 0.88 0.89 0.10
HSL 0.59º 0.8% 0.5% -
HSV(B) 0.59º 0.89% 0.9% -
XYZ 33.23 17.73 2.65 -
YUV 88.17 92.92 229.16 -
System Red Green Blue C M Y K H S L
Decimal 230 28 26 0 0.88 0.89 0.10 0.59 0.8 0.5
Hex E6 1C 1A 0 58 59 A 1 50 32
Octal 346 34 32 0 130 131 12 1 120 62
Binary 11100110 11100 11010 0 1011000 1011001 1010 1 1010000 110010

Color Harmonies of #E61C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61C1A

Black with #E61C1A

Text Example


Text Example

White with #E61C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61C1A; }

 p { color: rgb(230,28,26); }

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

background-color css

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

 a { background-color: rgb(230,28,26); }

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

border-color css

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

 span { border-color: rgb(230,28,26); }

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