Html Css Color HEX #EE240D Scarlet

📋 copy color: '#EE240D'

red 238 ◦ green 36 ◦ blue 13

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

Shades of Scarlet #EE240D

Tints of Scarlet #EE240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

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

R = 82.93%
G = 12.54%
B = 4.53%

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

#EE240D (or 0xEE240D) is known color: Scarlet. HEX triplet: EE, 24 and 0D. RGB value is (238,36,13). Sum of RGB (Red+Green+Blue) = 238+36+13=287 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.93% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 238 - color contains mainly: red. Hex color #EE240D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE240D is #11DBF2. Grayscale: #5E5E5E. Windows color (decimal): -1170419 or 861422. OLE color: 861422.

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

Color convert

RGB 238 36 13 -
CMYK 0 0.85 0.95 0.07
HSL 6.13º 0.9% 0.49% -
HSV(B) 6.13º 0.95% 0.93% -
XYZ 35.96 19.47 2.24 -
YUV 93.78 82.42 230.87 -
System Red Green Blue C M Y K H S L
Decimal 238 36 13 0 0.85 0.95 0.07 6.13 0.9 0.49
Hex EE 24 D 0 55 5F 7 6 5A 31
Octal 356 44 15 0 125 137 7 6 132 61
Binary 11101110 100100 1101 0 1010101 1011111 111 110 1011010 110001

Color Harmonies of #EE240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE240D

Black with #EE240D

Text Example


Text Example

White with #EE240D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE240D; }

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

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

background-color css

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

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

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

border-color css

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

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

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