Html Css Color HEX #E9200A Scarlet

📋 copy color: '#E9200A'

red 233 ◦ green 32 ◦ blue 10

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

Shades of Scarlet #E9200A

Tints of Scarlet #E9200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.64%

R = 84.73%
G = 11.64%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E9200A (or 0xE9200A) is known color: Scarlet. HEX triplet: E9, 20 and 0A. RGB value is (233,32,10). Sum of RGB (Red+Green+Blue) = 233+32+10=275 (36% of max value = 765). Red value is 233 (91.41% from 255 or 84.73% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 233 - color contains mainly: red. Hex color #E9200A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9200A is #16DFF5. Grayscale: #595959. Windows color (decimal): -1499126 or 663785. OLE color: 663785.

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

Color convert

RGB 233 32 10 -
CMYK 0 0.86 0.96 0.09
HSL 5.92º 0.92% 0.48% -
HSV(B) 5.92º 0.96% 0.91% -
XYZ 34.18 18.38 2.03 -
YUV 89.59 83.09 230.29 -
System Red Green Blue C M Y K H S L
Decimal 233 32 10 0 0.86 0.96 0.09 5.92 0.92 0.48
Hex E9 20 A 0 56 60 9 6 5C 30
Octal 351 40 12 0 126 140 11 6 134 60
Binary 11101001 100000 1010 0 1010110 1100000 1001 110 1011100 110000

Color Harmonies of #E9200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9200A

Black with #E9200A

Text Example


Text Example

White with #E9200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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