Html Css Color HEX #EE241D Scarlet

📋 copy color: '#EE241D'

red 238 ◦ green 36 ◦ blue 29

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

Shades of Scarlet #EE241D

Tints of Scarlet #EE241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.57%

R = 78.55%
G = 11.88%
B = 9.57%

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

#EE241D (or 0xEE241D) is known color: Scarlet. HEX triplet: EE, 24 and 1D. RGB value is (238,36,29). Sum of RGB (Red+Green+Blue) = 238+36+29=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE241D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE241D is #11DBE2. Grayscale: #5F5F5F. Windows color (decimal): -1170403 or 1909998. OLE color: 1909998.

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

Color convert

RGB 238 36 29 -
CMYK 0 0.85 0.88 0.07
HSL 2.01º 0.86% 0.52% -
HSV(B) 2.01º 0.88% 0.93% -
XYZ 36.11 19.53 3.03 -
YUV 95.6 90.42 229.57 -
System Red Green Blue C M Y K H S L
Decimal 238 36 29 0 0.85 0.88 0.07 2.01 0.86 0.52
Hex EE 24 1D 0 55 58 7 2 56 34
Octal 356 44 35 0 125 130 7 2 126 64
Binary 11101110 100100 11101 0 1010101 1011000 111 10 1010110 110100

Color Harmonies of #EE241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE241D

Black with #EE241D

Text Example


Text Example

White with #EE241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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