Html Css Color HEX #E9201C Scarlet

📋 copy color: '#E9201C'

red 233 ◦ green 32 ◦ blue 28

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

Shades of Scarlet #E9201C

Tints of Scarlet #E9201C

RGB

 RED value IS 233 (91.41% from 255) = 79.52%

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

 BLUE value IS 28 (11.33% from 255) = 9.56%

R = 79.52%
G = 10.92%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E9201C (or 0xE9201C) is known color: Scarlet. HEX triplet: E9, 20 and 1C. RGB value is (233,32,28). Sum of RGB (Red+Green+Blue) = 233+32+28=293 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.52% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 233 - color contains mainly: red. Hex color #E9201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9201C is #16DFE3. Grayscale: #5B5B5B. Windows color (decimal): -1499108 or 1843433. OLE color: 1843433.

HSL color Cylindrical-coordinate representation of color #E9201C: hue angle of 1.17º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9201C is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 32 28 -
CMYK 0 0.86 0.88 0.09
HSL 1.17º 0.82% 0.51% -
HSV(B) 1.17º 0.88% 0.91% -
XYZ 34.33 18.44 2.85 -
YUV 91.64 92.09 228.83 -
System Red Green Blue C M Y K H S L
Decimal 233 32 28 0 0.86 0.88 0.09 1.17 0.82 0.51
Hex E9 20 1C 0 56 58 9 1 52 33
Octal 351 40 34 0 126 130 11 1 122 63
Binary 11101001 100000 11100 0 1010110 1011000 1001 1 1010010 110011

Color Harmonies of #E9201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9201C

Black with #E9201C

Text Example


Text Example

White with #E9201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9201C; }

 p { color: rgb(233,32,28); }

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

background-color css

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

 a { background-color: rgb(233,32,28); }

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

border-color css

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

 span { border-color: rgb(233,32,28); }

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