Html Css Color HEX #EE281E Scarlet

📋 copy color: '#EE281E'

red 238 ◦ green 40 ◦ blue 30

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

Shades of Scarlet #EE281E

Tints of Scarlet #EE281E

RGB

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

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

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

R = 77.27%
G = 12.99%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE281E (or 0xEE281E) is known color: Scarlet. HEX triplet: EE, 28 and 1E. RGB value is (238,40,30). Sum of RGB (Red+Green+Blue) = 238+40+30=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE281E is #11D7E1. Grayscale: #626262. Windows color (decimal): -1169378 or 1976558. OLE color: 1976558.

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

Color convert

RGB 238 40 30 -
CMYK 0 0.83 0.87 0.07
HSL 2.88º 0.86% 0.53% -
HSV(B) 2.88º 0.87% 0.93% -
XYZ 36.25 19.79 3.14 -
YUV 98.06 89.6 227.81 -
System Red Green Blue C M Y K H S L
Decimal 238 40 30 0 0.83 0.87 0.07 2.88 0.86 0.53
Hex EE 28 1E 0 53 57 7 3 56 35
Octal 356 50 36 0 123 127 7 3 126 65
Binary 11101110 101000 11110 0 1010011 1010111 111 11 1010110 110101

Color Harmonies of #EE281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE281E

Black with #EE281E

Text Example


Text Example

White with #EE281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE281E; }

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

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

background-color css

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

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

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

border-color css

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

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

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