Html Css Color HEX #EE250D Scarlet

📋 copy color: '#EE250D'

red 238 ◦ green 37 ◦ blue 13

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

Shades of Scarlet #EE250D

Tints of Scarlet #EE250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 82.64%
G = 12.85%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE250D (or 0xEE250D) is known color: Scarlet. HEX triplet: EE, 25 and 0D. RGB value is (238,37,13). Sum of RGB (Red+Green+Blue) = 238+37+13=288 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.64% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 238 - color contains mainly: red. Hex color #EE250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE250D is #11DAF2. Grayscale: #5E5E5E. Windows color (decimal): -1170163 or 861678. OLE color: 861678.

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

Color convert

RGB 238 37 13 -
CMYK 0 0.84 0.95 0.07
HSL 6.4º 0.9% 0.49% -
HSV(B) 6.4º 0.95% 0.93% -
XYZ 35.99 19.53 2.25 -
YUV 94.36 82.09 230.45 -
System Red Green Blue C M Y K H S L
Decimal 238 37 13 0 0.84 0.95 0.07 6.4 0.9 0.49
Hex EE 25 D 0 54 5F 7 6 5A 31
Octal 356 45 15 0 124 137 7 6 132 61
Binary 11101110 100101 1101 0 1010100 1011111 111 110 1011010 110001

Color Harmonies of #EE250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE250D

Black with #EE250D

Text Example


Text Example

White with #EE250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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