Html Css Color HEX #EE251F Scarlet

📋 copy color: '#EE251F'

red 238 ◦ green 37 ◦ blue 31

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

Shades of Scarlet #EE251F

Tints of Scarlet #EE251F

RGB

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

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

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

R = 77.78%
G = 12.09%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE251F (or 0xEE251F) is known color: Scarlet. HEX triplet: EE, 25 and 1F. RGB value is (238,37,31). Sum of RGB (Red+Green+Blue) = 238+37+31=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE251F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE251F is #11DAE0. Grayscale: #606060. Windows color (decimal): -1170145 or 2041326. OLE color: 2041326.

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

Color convert

RGB 238 37 31 -
CMYK 0 0.84 0.87 0.07
HSL 1.74º 0.86% 0.53% -
HSV(B) 1.74º 0.87% 0.93% -
XYZ 36.17 19.6 3.17 -
YUV 96.42 91.09 228.99 -
System Red Green Blue C M Y K H S L
Decimal 238 37 31 0 0.84 0.87 0.07 1.74 0.86 0.53
Hex EE 25 1F 0 54 57 7 2 56 35
Octal 356 45 37 0 124 127 7 2 126 65
Binary 11101110 100101 11111 0 1010100 1010111 111 10 1010110 110101

Color Harmonies of #EE251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE251F

Black with #EE251F

Text Example


Text Example

White with #EE251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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