Html Css Color HEX #E6201B Scarlet

📋 copy color: '#E6201B'

red 230 ◦ green 32 ◦ blue 27

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

Shades of Scarlet #E6201B

Tints of Scarlet #E6201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 79.58%
G = 11.07%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6201B (or 0xE6201B) is known color: Scarlet. HEX triplet: E6, 20 and 1B. RGB value is (230,32,27). Sum of RGB (Red+Green+Blue) = 230+32+27=289 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.58% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 230 - color contains mainly: red. Hex color #E6201B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6201B is #19DFE4. Grayscale: #5A5A5A. Windows color (decimal): -1695717 or 1777894. OLE color: 1777894.

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

Color convert

RGB 230 32 27 -
CMYK 0 0.86 0.88 0.10
HSL 1.48º 0.8% 0.5% -
HSV(B) 1.48º 0.88% 0.9% -
XYZ 33.35 17.94 2.74 -
YUV 90.63 92.1 227.41 -
System Red Green Blue C M Y K H S L
Decimal 230 32 27 0 0.86 0.88 0.10 1.48 0.8 0.5
Hex E6 20 1B 0 56 58 A 1 50 32
Octal 346 40 33 0 126 130 12 1 120 62
Binary 11100110 100000 11011 0 1010110 1011000 1010 1 1010000 110010

Color Harmonies of #E6201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6201B

Black with #E6201B

Text Example


Text Example

White with #E6201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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