Html Css Color HEX #EE230E Scarlet

📋 copy color: '#EE230E'

red 238 ◦ green 35 ◦ blue 14

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

Shades of Scarlet #EE230E

Tints of Scarlet #EE230E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.88%

R = 82.93%
G = 12.2%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE230E (or 0xEE230E) is known color: Scarlet. HEX triplet: EE, 23 and 0E. RGB value is (238,35,14). Sum of RGB (Red+Green+Blue) = 238+35+14=287 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.93% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 238 - color contains mainly: red. Hex color #EE230E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE230E is #11DCF1. Grayscale: #5D5D5D. Windows color (decimal): -1170674 or 926702. OLE color: 926702.

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

Color convert

RGB 238 35 14 -
CMYK 0 0.85 0.94 0.07
HSL 5.63º 0.89% 0.49% -
HSV(B) 5.63º 0.94% 0.93% -
XYZ 35.94 19.41 2.27 -
YUV 93.3 83.25 231.21 -
System Red Green Blue C M Y K H S L
Decimal 238 35 14 0 0.85 0.94 0.07 5.63 0.89 0.49
Hex EE 23 E 0 55 5E 7 6 59 31
Octal 356 43 16 0 125 136 7 6 131 61
Binary 11101110 100011 1110 0 1010101 1011110 111 110 1011001 110001

Color Harmonies of #EE230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE230E

Black with #EE230E

Text Example


Text Example

White with #EE230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE230E; }

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

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

background-color css

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

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

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

border-color css

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

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

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