Html Css Color HEX #EE241B Scarlet

📋 copy color: '#EE241B'

red 238 ◦ green 36 ◦ blue 27

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

Shades of Scarlet #EE241B

Tints of Scarlet #EE241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.97%

R = 79.07%
G = 11.96%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE241B (or 0xEE241B) is known color: Scarlet. HEX triplet: EE, 24 and 1B. RGB value is (238,36,27). Sum of RGB (Red+Green+Blue) = 238+36+27=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE241B is #11DBE4. Grayscale: #5F5F5F. Windows color (decimal): -1170405 or 1778926. OLE color: 1778926.

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

Color convert

RGB 238 36 27 -
CMYK 0 0.85 0.89 0.07
HSL 2.56º 0.86% 0.52% -
HSV(B) 2.56º 0.89% 0.93% -
XYZ 36.09 19.52 2.9 -
YUV 95.37 89.42 229.73 -
System Red Green Blue C M Y K H S L
Decimal 238 36 27 0 0.85 0.89 0.07 2.56 0.86 0.52
Hex EE 24 1B 0 55 59 7 3 56 34
Octal 356 44 33 0 125 131 7 3 126 64
Binary 11101110 100100 11011 0 1010101 1011001 111 11 1010110 110100

Color Harmonies of #EE241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE241B

Black with #EE241B

Text Example


Text Example

White with #EE241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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