Html Css Color HEX #EE281C Scarlet

📋 copy color: '#EE281C'

red 238 ◦ green 40 ◦ blue 28

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

Shades of Scarlet #EE281C

Tints of Scarlet #EE281C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.15%

R = 77.78%
G = 13.07%
B = 9.15%

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

#EE281C (or 0xEE281C) is known color: Scarlet. HEX triplet: EE, 28 and 1C. RGB value is (238,40,28). Sum of RGB (Red+Green+Blue) = 238+40+28=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE281C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE281C is #11D7E3. Grayscale: #626262. Windows color (decimal): -1169380 or 1845486. OLE color: 1845486.

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

Color convert

RGB 238 40 28 -
CMYK 0 0.83 0.88 0.07
HSL 3.43º 0.86% 0.52% -
HSV(B) 3.43º 0.88% 0.93% -
XYZ 36.23 19.78 3.01 -
YUV 97.83 88.6 227.98 -
System Red Green Blue C M Y K H S L
Decimal 238 40 28 0 0.83 0.88 0.07 3.43 0.86 0.52
Hex EE 28 1C 0 53 58 7 3 56 34
Octal 356 50 34 0 123 130 7 3 126 64
Binary 11101110 101000 11100 0 1010011 1011000 111 11 1010110 110100

Color Harmonies of #EE281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE281C

Black with #EE281C

Text Example


Text Example

White with #EE281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE281C; }

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

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

background-color css

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

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

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

border-color css

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

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

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