Html Css Color HEX #EE3318 Scarlet

📋 copy color: '#EE3318'

red 238 ◦ green 51 ◦ blue 24

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

Shades of Scarlet #EE3318

Tints of Scarlet #EE3318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

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

R = 76.04%
G = 16.29%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE3318 (or 0xEE3318) is known color: Scarlet. HEX triplet: EE, 33 and 18. RGB value is (238,51,24). Sum of RGB (Red+Green+Blue) = 238+51+24=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3318 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3318 is #11CCE7. Grayscale: #686868. Windows color (decimal): -1166568 or 1586158. OLE color: 1586158.

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

Color convert

RGB 238 51 24 -
CMYK 0 0.79 0.90 0.07
HSL 7.57º 0.86% 0.51% -
HSV(B) 7.57º 0.9% 0.93% -
XYZ 36.61 20.61 2.91 -
YUV 103.84 82.95 223.7 -
System Red Green Blue C M Y K H S L
Decimal 238 51 24 0 0.79 0.90 0.07 7.57 0.86 0.51
Hex EE 33 18 0 4F 5A 7 8 56 33
Octal 356 63 30 0 117 132 7 10 126 63
Binary 11101110 110011 11000 0 1001111 1011010 111 1000 1010110 110011

Color Harmonies of #EE3318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3318

Black with #EE3318

Text Example


Text Example

White with #EE3318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3318; }

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

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

background-color css

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

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

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

border-color css

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

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

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