Html Css Color HEX #EE241C Scarlet

📋 copy color: '#EE241C'

red 238 ◦ green 36 ◦ blue 28

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

Shades of Scarlet #EE241C

Tints of Scarlet #EE241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 78.81%
G = 11.92%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE241C (or 0xEE241C) is known color: Scarlet. HEX triplet: EE, 24 and 1C. RGB value is (238,36,28). Sum of RGB (Red+Green+Blue) = 238+36+28=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE241C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE241C is #11DBE3. Grayscale: #5F5F5F. Windows color (decimal): -1170404 or 1844462. OLE color: 1844462.

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

Color convert

RGB 238 36 28 -
CMYK 0 0.85 0.88 0.07
HSL 2.29º 0.86% 0.52% -
HSV(B) 2.29º 0.88% 0.93% -
XYZ 36.1 19.52 2.96 -
YUV 95.49 89.92 229.65 -
System Red Green Blue C M Y K H S L
Decimal 238 36 28 0 0.85 0.88 0.07 2.29 0.86 0.52
Hex EE 24 1C 0 55 58 7 2 56 34
Octal 356 44 34 0 125 130 7 2 126 64
Binary 11101110 100100 11100 0 1010101 1011000 111 10 1010110 110100

Color Harmonies of #EE241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE241C

Black with #EE241C

Text Example


Text Example

White with #EE241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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