Html Css Color HEX #EE3314 Scarlet

📋 copy color: '#EE3314'

red 238 ◦ green 51 ◦ blue 20

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

Shades of Scarlet #EE3314

Tints of Scarlet #EE3314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 77.02%
G = 16.5%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE3314 (or 0xEE3314) is known color: Scarlet. HEX triplet: EE, 33 and 14. RGB value is (238,51,20). Sum of RGB (Red+Green+Blue) = 238+51+20=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3314 is #11CCEB. Grayscale: #676767. Windows color (decimal): -1166572 or 1324014. OLE color: 1324014.

HSL color Cylindrical-coordinate representation of color #EE3314: hue angle of 8.53º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE3314 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 51 20 -
CMYK 0 0.79 0.92 0.07
HSL 8.53º 0.87% 0.51% -
HSV(B) 8.53º 0.92% 0.93% -
XYZ 36.57 20.6 2.71 -
YUV 103.38 80.95 224.02 -
System Red Green Blue C M Y K H S L
Decimal 238 51 20 0 0.79 0.92 0.07 8.53 0.87 0.51
Hex EE 33 14 0 4F 5C 7 9 57 33
Octal 356 63 24 0 117 134 7 11 127 63
Binary 11101110 110011 10100 0 1001111 1011100 111 1001 1010111 110011

Color Harmonies of #EE3314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3314

Black with #EE3314

Text Example


Text Example

White with #EE3314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3314; }

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

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

background-color css

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

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

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

border-color css

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

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

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