Html Css Color HEX #EE250F Scarlet

📋 copy color: '#EE250F'

red 238 ◦ green 37 ◦ blue 15

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

Shades of Scarlet #EE250F

Tints of Scarlet #EE250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.17%

R = 82.07%
G = 12.76%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE250F (or 0xEE250F) is known color: Scarlet. HEX triplet: EE, 25 and 0F. RGB value is (238,37,15). Sum of RGB (Red+Green+Blue) = 238+37+15=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE250F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE250F is #11DAF0. Grayscale: #5E5E5E. Windows color (decimal): -1170161 or 992750. OLE color: 992750.

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

Color convert

RGB 238 37 15 -
CMYK 0 0.84 0.94 0.07
HSL 5.92º 0.88% 0.5% -
HSV(B) 5.92º 0.94% 0.93% -
XYZ 36.01 19.53 2.32 -
YUV 94.59 83.09 230.29 -
System Red Green Blue C M Y K H S L
Decimal 238 37 15 0 0.84 0.94 0.07 5.92 0.88 0.5
Hex EE 25 F 0 54 5E 7 6 58 32
Octal 356 45 17 0 124 136 7 6 130 62
Binary 11101110 100101 1111 0 1010100 1011110 111 110 1011000 110010

Color Harmonies of #EE250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE250F

Black with #EE250F

Text Example


Text Example

White with #EE250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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