Html Css Color HEX #EE230A Scarlet

📋 copy color: '#EE230A'

red 238 ◦ green 35 ◦ blue 10

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

Shades of Scarlet #EE230A

Tints of Scarlet #EE230A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

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

R = 84.1%
G = 12.37%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE230A (or 0xEE230A) is known color: Scarlet. HEX triplet: EE, 23 and 0A. RGB value is (238,35,10). Sum of RGB (Red+Green+Blue) = 238+35+10=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE230A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE230A is #11DCF5. Grayscale: #5D5D5D. Windows color (decimal): -1170678 or 664558. OLE color: 664558.

HSL color Cylindrical-coordinate representation of color #EE230A: hue angle of 6.58º 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 #EE230A is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 35 10 -
CMYK 0 0.85 0.96 0.07
HSL 6.58º 0.92% 0.49% -
HSV(B) 6.58º 0.96% 0.93% -
XYZ 35.92 19.4 2.14 -
YUV 92.85 81.25 231.53 -
System Red Green Blue C M Y K H S L
Decimal 238 35 10 0 0.85 0.96 0.07 6.58 0.92 0.49
Hex EE 23 A 0 55 60 7 7 5C 31
Octal 356 43 12 0 125 140 7 7 134 61
Binary 11101110 100011 1010 0 1010101 1100000 111 111 1011100 110001

Color Harmonies of #EE230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE230A

Black with #EE230A

Text Example


Text Example

White with #EE230A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE230A; }

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

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

background-color css

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

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

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

border-color css

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

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

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