Html Css Color HEX #EE230D Scarlet

📋 copy color: '#EE230D'

red 238 ◦ green 35 ◦ blue 13

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

Shades of Scarlet #EE230D

Tints of Scarlet #EE230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.55%

R = 83.22%
G = 12.24%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE230D (or 0xEE230D) is known color: Scarlet. HEX triplet: EE, 23 and 0D. RGB value is (238,35,13). Sum of RGB (Red+Green+Blue) = 238+35+13=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE230D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE230D is #11DCF2. Grayscale: #5D5D5D. Windows color (decimal): -1170675 or 861166. OLE color: 861166.

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

Color convert

RGB 238 35 13 -
CMYK 0 0.85 0.95 0.07
HSL 5.87º 0.9% 0.49% -
HSV(B) 5.87º 0.95% 0.93% -
XYZ 35.93 19.41 2.23 -
YUV 93.19 82.75 231.29 -
System Red Green Blue C M Y K H S L
Decimal 238 35 13 0 0.85 0.95 0.07 5.87 0.9 0.49
Hex EE 23 D 0 55 5F 7 6 5A 31
Octal 356 43 15 0 125 137 7 6 132 61
Binary 11101110 100011 1101 0 1010101 1011111 111 110 1011010 110001

Color Harmonies of #EE230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE230D

Black with #EE230D

Text Example


Text Example

White with #EE230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE230D; }

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

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

background-color css

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

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

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

border-color css

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

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

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