Html Css Color HEX #EE0527 Torch Red

📋 copy color: '#EE0527'

red 238 ◦ green 5 ◦ blue 39

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

Shades of Torch Red #EE0527

Tints of Torch Red #EE0527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 39 (15.63% from 255) = 13.83%

R = 84.4%
G = 1.77%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE0527 (or 0xEE0527) is known color: Torch Red. HEX triplet: EE, 05 and 27. RGB value is (238,5,39). Sum of RGB (Red+Green+Blue) = 238+5+39=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0527 is #11FAD8. Grayscale: #4E4E4E. Windows color (decimal): -1178329 or 2557422. OLE color: 2557422.

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

Color convert

RGB 238 5 39 -
CMYK 0 0.98 0.84 0.07
HSL 351.24º 0.96% 0.48% -
HSV(B) 351.24º 0.98% 0.93% -
XYZ 35.68 18.43 3.6 -
YUV 78.54 105.69 241.74 -
System Red Green Blue C M Y K H S L
Decimal 238 5 39 0 0.98 0.84 0.07 351.24 0.96 0.48
Hex EE 5 27 0 62 54 7 15F 60 30
Octal 356 5 47 0 142 124 7 537 140 60
Binary 11101110 101 100111 0 1100010 1010100 111 101011111 1100000 110000

Color Harmonies of #EE0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0527

Black with #EE0527

Text Example


Text Example

White with #EE0527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0527; }

 p { color: rgb(238,5,39); }

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

background-color css

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

 a { background-color: rgb(238,5,39); }

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

border-color css

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

 span { border-color: rgb(238,5,39); }

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