Html Css Color HEX #EE032D Torch Red

📋 copy color: '#EE032D'

red 238 ◦ green 3 ◦ blue 45

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

Shades of Torch Red #EE032D

Tints of Torch Red #EE032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 83.22%
G = 1.05%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE032D (or 0xEE032D) is known color: Torch Red. HEX triplet: EE, 03 and 2D. RGB value is (238,3,45). Sum of RGB (Red+Green+Blue) = 238+3+45=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE032D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE032D is #11FCD2. Grayscale: #4E4E4E. Windows color (decimal): -1178835 or 2950126. OLE color: 2950126.

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

Color convert

RGB 238 3 45 -
CMYK 0 0.99 0.81 0.07
HSL 349.28º 0.98% 0.47% -
HSV(B) 349.28º 0.99% 0.93% -
XYZ 35.77 18.43 4.16 -
YUV 78.05 109.36 242.08 -
System Red Green Blue C M Y K H S L
Decimal 238 3 45 0 0.99 0.81 0.07 349.28 0.98 0.47
Hex EE 3 2D 0 63 51 7 15D 62 2F
Octal 356 3 55 0 143 121 7 535 142 57
Binary 11101110 11 101101 0 1100011 1010001 111 101011101 1100010 101111

Color Harmonies of #EE032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE032D

Black with #EE032D

Text Example


Text Example

White with #EE032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE032D; }

 p { color: rgb(238,3,45); }

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

background-color css

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

 a { background-color: rgb(238,3,45); }

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

border-color css

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

 span { border-color: rgb(238,3,45); }

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