Html Css Color HEX #EE251C Scarlet

📋 copy color: '#EE251C'

red 238 ◦ green 37 ◦ blue 28

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

Shades of Scarlet #EE251C

Tints of Scarlet #EE251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.21%

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

R = 78.55%
G = 12.21%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE251C (or 0xEE251C) is known color: Scarlet. HEX triplet: EE, 25 and 1C. RGB value is (238,37,28). Sum of RGB (Red+Green+Blue) = 238+37+28=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE251C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE251C is #11DAE3. Grayscale: #606060. Windows color (decimal): -1170148 or 1844718. OLE color: 1844718.

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

Color convert

RGB 238 37 28 -
CMYK 0 0.84 0.88 0.07
HSL 2.57º 0.86% 0.52% -
HSV(B) 2.57º 0.88% 0.93% -
XYZ 36.13 19.58 2.97 -
YUV 96.07 89.59 229.23 -
System Red Green Blue C M Y K H S L
Decimal 238 37 28 0 0.84 0.88 0.07 2.57 0.86 0.52
Hex EE 25 1C 0 54 58 7 3 56 34
Octal 356 45 34 0 124 130 7 3 126 64
Binary 11101110 100101 11100 0 1010100 1011000 111 11 1010110 110100

Color Harmonies of #EE251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE251C

Black with #EE251C

Text Example


Text Example

White with #EE251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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