Html Css Color HEX #EE340A Scarlet

📋 copy color: '#EE340A'

red 238 ◦ green 52 ◦ blue 10

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

Shades of Scarlet #EE340A

Tints of Scarlet #EE340A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.33%

R = 79.33%
G = 17.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE340A (or 0xEE340A) is known color: Scarlet. HEX triplet: EE, 34 and 0A. RGB value is (238,52,10). Sum of RGB (Red+Green+Blue) = 238+52+10=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE340A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE340A is #11CBF5. Grayscale: #676767. Windows color (decimal): -1166326 or 668910. OLE color: 668910.

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

Color convert

RGB 238 52 10 -
CMYK 0 0.78 0.96 0.07
HSL 11.05º 0.92% 0.49% -
HSV(B) 11.05º 0.96% 0.93% -
XYZ 36.54 20.66 2.35 -
YUV 102.83 75.62 224.42 -
System Red Green Blue C M Y K H S L
Decimal 238 52 10 0 0.78 0.96 0.07 11.05 0.92 0.49
Hex EE 34 A 0 4E 60 7 B 5C 31
Octal 356 64 12 0 116 140 7 13 134 61
Binary 11101110 110100 1010 0 1001110 1100000 111 1011 1011100 110001

Color Harmonies of #EE340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE340A

Black with #EE340A

Text Example


Text Example

White with #EE340A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE340A; }

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

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

background-color css

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

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

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

border-color css

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

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

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