Html Css Color HEX #E9200C Scarlet

📋 copy color: '#E9200C'

red 233 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #E9200C

Tints of Scarlet #E9200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.33%

R = 84.12%
G = 11.55%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9200C (or 0xE9200C) is known color: Scarlet. HEX triplet: E9, 20 and 0C. RGB value is (233,32,12). Sum of RGB (Red+Green+Blue) = 233+32+12=277 (36% of max value = 765). Red value is 233 (91.41% from 255 or 84.12% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 233 - color contains mainly: red. Hex color #E9200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9200C is #16DFF3. Grayscale: #5A5A5A. Windows color (decimal): -1499124 or 794857. OLE color: 794857.

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

Color convert

RGB 233 32 12 -
CMYK 0 0.86 0.95 0.09
HSL 5.43º 0.9% 0.48% -
HSV(B) 5.43º 0.95% 0.91% -
XYZ 34.19 18.38 2.09 -
YUV 89.82 84.09 230.13 -
System Red Green Blue C M Y K H S L
Decimal 233 32 12 0 0.86 0.95 0.09 5.43 0.9 0.48
Hex E9 20 C 0 56 5F 9 5 5A 30
Octal 351 40 14 0 126 137 11 5 132 60
Binary 11101001 100000 1100 0 1010110 1011111 1001 101 1011010 110000

Color Harmonies of #E9200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9200C

Black with #E9200C

Text Example


Text Example

White with #E9200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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