Html Css Color HEX #EE260E Scarlet

📋 copy color: '#EE260E'

red 238 ◦ green 38 ◦ blue 14

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

Shades of Scarlet #EE260E

Tints of Scarlet #EE260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.1%

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 82.07%
G = 13.1%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE260E (or 0xEE260E) is known color: Scarlet. HEX triplet: EE, 26 and 0E. RGB value is (238,38,14). Sum of RGB (Red+Green+Blue) = 238+38+14=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE260E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE260E is #11D9F1. Grayscale: #5F5F5F. Windows color (decimal): -1169906 or 927470. OLE color: 927470.

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

Color convert

RGB 238 38 14 -
CMYK 0 0.84 0.94 0.07
HSL 6.43º 0.89% 0.49% -
HSV(B) 6.43º 0.94% 0.93% -
XYZ 36.03 19.6 2.3 -
YUV 95.06 82.26 229.95 -
System Red Green Blue C M Y K H S L
Decimal 238 38 14 0 0.84 0.94 0.07 6.43 0.89 0.49
Hex EE 26 E 0 54 5E 7 6 59 31
Octal 356 46 16 0 124 136 7 6 131 61
Binary 11101110 100110 1110 0 1010100 1011110 111 110 1011001 110001

Color Harmonies of #EE260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE260E

Black with #EE260E

Text Example


Text Example

White with #EE260E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE260E; }

 p { color: rgb(238,38,14); }

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

background-color css

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

 a { background-color: rgb(238,38,14); }

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

border-color css

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

 span { border-color: rgb(238,38,14); }

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