Html Css Color HEX #EE261E Scarlet

📋 copy color: '#EE261E'

red 238 ◦ green 38 ◦ blue 30

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

Shades of Scarlet #EE261E

Tints of Scarlet #EE261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.8%

R = 77.78%
G = 12.42%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE261E (or 0xEE261E) is known color: Scarlet. HEX triplet: EE, 26 and 1E. RGB value is (238,38,30). Sum of RGB (Red+Green+Blue) = 238+38+30=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE261E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE261E is #11D9E1. Grayscale: #616161. Windows color (decimal): -1169890 or 1976046. OLE color: 1976046.

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

Color convert

RGB 238 38 30 -
CMYK 0 0.84 0.87 0.07
HSL 2.31º 0.86% 0.53% -
HSV(B) 2.31º 0.87% 0.93% -
XYZ 36.19 19.66 3.12 -
YUV 96.89 90.26 228.65 -
System Red Green Blue C M Y K H S L
Decimal 238 38 30 0 0.84 0.87 0.07 2.31 0.86 0.53
Hex EE 26 1E 0 54 57 7 2 56 35
Octal 356 46 36 0 124 127 7 2 126 65
Binary 11101110 100110 11110 0 1010100 1010111 111 10 1010110 110101

Color Harmonies of #EE261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE261E

Black with #EE261E

Text Example


Text Example

White with #EE261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE261E; }

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

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

background-color css

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

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

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

border-color css

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

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

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