Html Css Color HEX #E6201A Scarlet

📋 copy color: '#E6201A'

red 230 ◦ green 32 ◦ blue 26

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

Shades of Scarlet #E6201A

Tints of Scarlet #E6201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.11%

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

R = 79.86%
G = 11.11%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6201A (or 0xE6201A) is known color: Scarlet. HEX triplet: E6, 20 and 1A. RGB value is (230,32,26). Sum of RGB (Red+Green+Blue) = 230+32+26=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E6201A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6201A is #19DFE5. Grayscale: #5A5A5A. Windows color (decimal): -1695718 or 1712358. OLE color: 1712358.

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

Color convert

RGB 230 32 26 -
CMYK 0 0.86 0.89 0.10
HSL 1.76º 0.8% 0.5% -
HSV(B) 1.76º 0.89% 0.9% -
XYZ 33.34 17.93 2.68 -
YUV 90.52 91.6 227.49 -
System Red Green Blue C M Y K H S L
Decimal 230 32 26 0 0.86 0.89 0.10 1.76 0.8 0.5
Hex E6 20 1A 0 56 59 A 2 50 32
Octal 346 40 32 0 126 131 12 2 120 62
Binary 11100110 100000 11010 0 1010110 1011001 1010 10 1010000 110010

Color Harmonies of #E6201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6201A

Black with #E6201A

Text Example


Text Example

White with #E6201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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