Html Css Color HEX #EE340D Scarlet

📋 copy color: '#EE340D'

red 238 ◦ green 52 ◦ blue 13

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

Shades of Scarlet #EE340D

Tints of Scarlet #EE340D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.29%

R = 78.55%
G = 17.16%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE340D (or 0xEE340D) is known color: Scarlet. HEX triplet: EE, 34 and 0D. RGB value is (238,52,13). Sum of RGB (Red+Green+Blue) = 238+52+13=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE340D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE340D is #11CBF2. Grayscale: #676767. Windows color (decimal): -1166323 or 865518. OLE color: 865518.

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

Color convert

RGB 238 52 13 -
CMYK 0 0.78 0.95 0.07
HSL 10.4º 0.9% 0.49% -
HSV(B) 10.4º 0.95% 0.93% -
XYZ 36.56 20.66 2.44 -
YUV 103.17 77.12 224.17 -
System Red Green Blue C M Y K H S L
Decimal 238 52 13 0 0.78 0.95 0.07 10.4 0.9 0.49
Hex EE 34 D 0 4E 5F 7 A 5A 31
Octal 356 64 15 0 116 137 7 12 132 61
Binary 11101110 110100 1101 0 1001110 1011111 111 1010 1011010 110001

Color Harmonies of #EE340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE340D

Black with #EE340D

Text Example


Text Example

White with #EE340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE340D; }

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

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

background-color css

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

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

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

border-color css

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

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

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