Html Css Color HEX #EE281D Scarlet

📋 copy color: '#EE281D'

red 238 ◦ green 40 ◦ blue 29

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

Shades of Scarlet #EE281D

Tints of Scarlet #EE281D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.45%

R = 77.52%
G = 13.03%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE281D (or 0xEE281D) is known color: Scarlet. HEX triplet: EE, 28 and 1D. RGB value is (238,40,29). Sum of RGB (Red+Green+Blue) = 238+40+29=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE281D is #11D7E2. Grayscale: #626262. Windows color (decimal): -1169379 or 1911022. OLE color: 1911022.

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

Color convert

RGB 238 40 29 -
CMYK 0 0.83 0.88 0.07
HSL 3.16º 0.86% 0.52% -
HSV(B) 3.16º 0.88% 0.93% -
XYZ 36.24 19.78 3.07 -
YUV 97.95 89.1 227.89 -
System Red Green Blue C M Y K H S L
Decimal 238 40 29 0 0.83 0.88 0.07 3.16 0.86 0.52
Hex EE 28 1D 0 53 58 7 3 56 34
Octal 356 50 35 0 123 130 7 3 126 64
Binary 11101110 101000 11101 0 1010011 1011000 111 11 1010110 110100

Color Harmonies of #EE281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE281D

Black with #EE281D

Text Example


Text Example

White with #EE281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE281D; }

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

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

background-color css

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

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

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

border-color css

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

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

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