Html Css Color HEX #EE281A Scarlet

📋 copy color: '#EE281A'

red 238 ◦ green 40 ◦ blue 26

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

Shades of Scarlet #EE281A

Tints of Scarlet #EE281A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.16%

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

R = 78.29%
G = 13.16%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE281A (or 0xEE281A) is known color: Scarlet. HEX triplet: EE, 28 and 1A. RGB value is (238,40,26). Sum of RGB (Red+Green+Blue) = 238+40+26=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE281A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE281A is #11D7E5. Grayscale: #616161. Windows color (decimal): -1169382 or 1714414. OLE color: 1714414.

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

Color convert

RGB 238 40 26 -
CMYK 0 0.83 0.89 0.07
HSL 3.96º 0.86% 0.52% -
HSV(B) 3.96º 0.89% 0.93% -
XYZ 36.21 19.77 2.88 -
YUV 97.61 87.6 228.14 -
System Red Green Blue C M Y K H S L
Decimal 238 40 26 0 0.83 0.89 0.07 3.96 0.86 0.52
Hex EE 28 1A 0 53 59 7 4 56 34
Octal 356 50 32 0 123 131 7 4 126 64
Binary 11101110 101000 11010 0 1010011 1011001 111 100 1010110 110100

Color Harmonies of #EE281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE281A

Black with #EE281A

Text Example


Text Example

White with #EE281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE281A; }

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

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

background-color css

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

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

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

border-color css

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

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

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