Html Css Color HEX #EE251A Scarlet

📋 copy color: '#EE251A'

red 238 ◦ green 37 ◦ blue 26

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

Shades of Scarlet #EE251A

Tints of Scarlet #EE251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.64%

R = 79.07%
G = 12.29%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE251A (or 0xEE251A) is known color: Scarlet. HEX triplet: EE, 25 and 1A. RGB value is (238,37,26). Sum of RGB (Red+Green+Blue) = 238+37+26=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE251A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE251A is #11DAE5. Grayscale: #606060. Windows color (decimal): -1170150 or 1713646. OLE color: 1713646.

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

Color convert

RGB 238 37 26 -
CMYK 0 0.84 0.89 0.07
HSL 3.11º 0.86% 0.52% -
HSV(B) 3.11º 0.89% 0.93% -
XYZ 36.11 19.57 2.85 -
YUV 95.85 88.59 229.39 -
System Red Green Blue C M Y K H S L
Decimal 238 37 26 0 0.84 0.89 0.07 3.11 0.86 0.52
Hex EE 25 1A 0 54 59 7 3 56 34
Octal 356 45 32 0 124 131 7 3 126 64
Binary 11101110 100101 11010 0 1010100 1011001 111 11 1010110 110100

Color Harmonies of #EE251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE251A

Black with #EE251A

Text Example


Text Example

White with #EE251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE251A; }

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

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

background-color css

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

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

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

border-color css

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

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

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