Html Css Color HEX #EE241F Scarlet

📋 copy color: '#EE241F'

red 238 ◦ green 36 ◦ blue 31

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

Shades of Scarlet #EE241F

Tints of Scarlet #EE241F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.16%

R = 78.03%
G = 11.8%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE241F (or 0xEE241F) is known color: Scarlet. HEX triplet: EE, 24 and 1F. RGB value is (238,36,31). Sum of RGB (Red+Green+Blue) = 238+36+31=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE241F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE241F is #11DBE0. Grayscale: #606060. Windows color (decimal): -1170401 or 2041070. OLE color: 2041070.

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

Color convert

RGB 238 36 31 -
CMYK 0 0.85 0.87 0.07
HSL 1.45º 0.86% 0.53% -
HSV(B) 1.45º 0.87% 0.93% -
XYZ 36.14 19.54 3.16 -
YUV 95.83 91.42 229.41 -
System Red Green Blue C M Y K H S L
Decimal 238 36 31 0 0.85 0.87 0.07 1.45 0.86 0.53
Hex EE 24 1F 0 55 57 7 1 56 35
Octal 356 44 37 0 125 127 7 1 126 65
Binary 11101110 100100 11111 0 1010101 1010111 111 1 1010110 110101

Color Harmonies of #EE241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE241F

Black with #EE241F

Text Example


Text Example

White with #EE241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE241F; }

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

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

background-color css

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

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

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

border-color css

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

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

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