Html Css Color HEX #EE2618 Scarlet

📋 copy color: '#EE2618'

red 238 ◦ green 38 ◦ blue 24

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

Shades of Scarlet #EE2618

Tints of Scarlet #EE2618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.67%

 BLUE value IS 24 (9.77% from 255) = 8%

R = 79.33%
G = 12.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE2618 (or 0xEE2618) is known color: Scarlet. HEX triplet: EE, 26 and 18. RGB value is (238,38,24). Sum of RGB (Red+Green+Blue) = 238+38+24=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2618 is #11D9E7. Grayscale: #606060. Windows color (decimal): -1169896 or 1582830. OLE color: 1582830.

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

Color convert

RGB 238 38 24 -
CMYK 0 0.84 0.90 0.07
HSL 3.93º 0.86% 0.51% -
HSV(B) 3.93º 0.9% 0.93% -
XYZ 36.12 19.63 2.75 -
YUV 96.2 87.26 229.14 -
System Red Green Blue C M Y K H S L
Decimal 238 38 24 0 0.84 0.90 0.07 3.93 0.86 0.51
Hex EE 26 18 0 54 5A 7 4 56 33
Octal 356 46 30 0 124 132 7 4 126 63
Binary 11101110 100110 11000 0 1010100 1011010 111 100 1010110 110011

Color Harmonies of #EE2618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2618

Black with #EE2618

Text Example


Text Example

White with #EE2618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2618; }

 p { color: rgb(238,38,24); }

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

background-color css

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

 a { background-color: rgb(238,38,24); }

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

border-color css

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

 span { border-color: rgb(238,38,24); }

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