Html Css Color HEX #EE251E Scarlet

📋 copy color: '#EE251E'

red 238 ◦ green 37 ◦ blue 30

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

Shades of Scarlet #EE251E

Tints of Scarlet #EE251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.84%

R = 78.03%
G = 12.13%
B = 9.84%

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

#EE251E (or 0xEE251E) is known color: Scarlet. HEX triplet: EE, 25 and 1E. RGB value is (238,37,30). Sum of RGB (Red+Green+Blue) = 238+37+30=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE251E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE251E is #11DAE1. Grayscale: #606060. Windows color (decimal): -1170146 or 1975790. OLE color: 1975790.

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

Color convert

RGB 238 37 30 -
CMYK 0 0.84 0.87 0.07
HSL 2.02º 0.86% 0.53% -
HSV(B) 2.02º 0.87% 0.93% -
XYZ 36.16 19.59 3.1 -
YUV 96.3 90.59 229.07 -
System Red Green Blue C M Y K H S L
Decimal 238 37 30 0 0.84 0.87 0.07 2.02 0.86 0.53
Hex EE 25 1E 0 54 57 7 2 56 35
Octal 356 45 36 0 124 127 7 2 126 65
Binary 11101110 100101 11110 0 1010100 1010111 111 10 1010110 110101

Color Harmonies of #EE251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE251E

Black with #EE251E

Text Example


Text Example

White with #EE251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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