Html Css Color HEX #EE150F Scarlet

📋 copy color: '#EE150F'

red 238 ◦ green 21 ◦ blue 15

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

Shades of Scarlet #EE150F

Tints of Scarlet #EE150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

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

R = 86.86%
G = 7.66%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE150F (or 0xEE150F) is known color: Scarlet. HEX triplet: EE, 15 and 0F. RGB value is (238,21,15). Sum of RGB (Red+Green+Blue) = 238+21+15=274 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.86% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 238 - color contains mainly: red. Hex color #EE150F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE150F is #11EAF0. Grayscale: #555555. Windows color (decimal): -1174257 or 988654. OLE color: 988654.

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

Color convert

RGB 238 21 15 -
CMYK 0 0.91 0.94 0.07
HSL 1.61º 0.88% 0.5% -
HSV(B) 1.61º 0.94% 0.93% -
XYZ 35.61 18.75 2.19 -
YUV 85.2 88.39 236.99 -
System Red Green Blue C M Y K H S L
Decimal 238 21 15 0 0.91 0.94 0.07 1.61 0.88 0.5
Hex EE 15 F 0 5B 5E 7 2 58 32
Octal 356 25 17 0 133 136 7 2 130 62
Binary 11101110 10101 1111 0 1011011 1011110 111 10 1011000 110010

Color Harmonies of #EE150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE150F

Black with #EE150F

Text Example


Text Example

White with #EE150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE150F; }

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

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

background-color css

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

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

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

border-color css

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

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

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