Html Css Color HEX #EE340F Scarlet

📋 copy color: '#EE340F'

red 238 ◦ green 52 ◦ blue 15

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

Shades of Scarlet #EE340F

Tints of Scarlet #EE340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.05%

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 78.03%
G = 17.05%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE340F (or 0xEE340F) is known color: Scarlet. HEX triplet: EE, 34 and 0F. RGB value is (238,52,15). Sum of RGB (Red+Green+Blue) = 238+52+15=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE340F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE340F is #11CBF0. Grayscale: #676767. Windows color (decimal): -1166321 or 996590. OLE color: 996590.

HSL color Cylindrical-coordinate representation of color #EE340F: hue angle of 9.96º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE340F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 52 15 -
CMYK 0 0.78 0.94 0.07
HSL 9.96º 0.88% 0.5% -
HSV(B) 9.96º 0.94% 0.93% -
XYZ 36.57 20.67 2.51 -
YUV 103.4 78.12 224.01 -
System Red Green Blue C M Y K H S L
Decimal 238 52 15 0 0.78 0.94 0.07 9.96 0.88 0.5
Hex EE 34 F 0 4E 5E 7 A 58 32
Octal 356 64 17 0 116 136 7 12 130 62
Binary 11101110 110100 1111 0 1001110 1011110 111 1010 1011000 110010

Color Harmonies of #EE340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE340F

Black with #EE340F

Text Example


Text Example

White with #EE340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE340F; }

 p { color: rgb(238,52,15); }

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

background-color css

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

 a { background-color: rgb(238,52,15); }

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

border-color css

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

 span { border-color: rgb(238,52,15); }

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