Html Css Color HEX #EE210A Scarlet

📋 copy color: '#EE210A'

red 238 ◦ green 33 ◦ blue 10

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

Shades of Scarlet #EE210A

Tints of Scarlet #EE210A

RGB

 RED value IS 238 (93.36% from 255) = 84.7%

 GREEN value IS 33 (13.28% from 255) = 11.74%

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

R = 84.7%
G = 11.74%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE210A (or 0xEE210A) is known color: Scarlet. HEX triplet: EE, 21 and 0A. RGB value is (238,33,10). Sum of RGB (Red+Green+Blue) = 238+33+10=281 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.70% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 238 - color contains mainly: red. Hex color #EE210A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE210A is #11DEF5. Grayscale: #5B5B5B. Windows color (decimal): -1171190 or 664046. OLE color: 664046.

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

Color convert

RGB 238 33 10 -
CMYK 0 0.86 0.96 0.07
HSL 6.05º 0.92% 0.49% -
HSV(B) 6.05º 0.96% 0.93% -
XYZ 35.86 19.29 2.12 -
YUV 91.67 81.92 232.37 -
System Red Green Blue C M Y K H S L
Decimal 238 33 10 0 0.86 0.96 0.07 6.05 0.92 0.49
Hex EE 21 A 0 56 60 7 6 5C 31
Octal 356 41 12 0 126 140 7 6 134 61
Binary 11101110 100001 1010 0 1010110 1100000 111 110 1011100 110001

Color Harmonies of #EE210A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE210A

Black with #EE210A

Text Example


Text Example

White with #EE210A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE210A; }

 p { color: rgb(238,33,10); }

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

background-color css

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

 a { background-color: rgb(238,33,10); }

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

border-color css

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

 span { border-color: rgb(238,33,10); }

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