Html Css Color HEX #EE230F Scarlet

📋 copy color: '#EE230F'

red 238 ◦ green 35 ◦ blue 15

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

Shades of Scarlet #EE230F

Tints of Scarlet #EE230F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.21%

R = 82.64%
G = 12.15%
B = 5.21%

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

#EE230F (or 0xEE230F) is known color: Scarlet. HEX triplet: EE, 23 and 0F. RGB value is (238,35,15). Sum of RGB (Red+Green+Blue) = 238+35+15=288 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.64% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 238 - color contains mainly: red. Hex color #EE230F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE230F is #11DCF0. Grayscale: #5D5D5D. Windows color (decimal): -1170673 or 992238. OLE color: 992238.

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

Color convert

RGB 238 35 15 -
CMYK 0 0.85 0.94 0.07
HSL 5.38º 0.88% 0.5% -
HSV(B) 5.38º 0.94% 0.93% -
XYZ 35.95 19.41 2.3 -
YUV 93.42 83.75 231.13 -
System Red Green Blue C M Y K H S L
Decimal 238 35 15 0 0.85 0.94 0.07 5.38 0.88 0.5
Hex EE 23 F 0 55 5E 7 5 58 32
Octal 356 43 17 0 125 136 7 5 130 62
Binary 11101110 100011 1111 0 1010101 1011110 111 101 1011000 110010

Color Harmonies of #EE230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE230F

Black with #EE230F

Text Example


Text Example

White with #EE230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE230F; }

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

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

background-color css

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

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

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

border-color css

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

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

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