Html Css Color HEX #EE002D Torch Red

📋 copy color: '#EE002D'

red 238 ◦ green 0 ◦ blue 45

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

Shades of Torch Red #EE002D

Tints of Torch Red #EE002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.1%
G = 0%
B = 15.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE002D (or 0xEE002D) is known color: Torch Red. HEX triplet: EE, 00 and 2D. RGB value is (238,0,45). Sum of RGB (Red+Green+Blue) = 238+0+45=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE002D is #11FFD2. Grayscale: #4C4C4C. Windows color (decimal): -1179603 or 2949358. OLE color: 2949358.

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

Color convert

RGB 238 0 45 -
CMYK 0 1 0.81 0.07
HSL 348.66º 1% 0.47% -
HSV(B) 348.66º 1% 0.93% -
XYZ 35.73 18.37 4.14 -
YUV 76.29 110.35 243.34 -
System Red Green Blue C M Y K H S L
Decimal 238 0 45 0 1 0.81 0.07 348.66 1 0.47
Hex EE 0 2D 0 64 51 7 15D 64 2F
Octal 356 0 55 0 144 121 7 535 144 57
Binary 11101110 0 101101 0 1100100 1010001 111 101011101 1100100 101111

Color Harmonies of #EE002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE002D

Black with #EE002D

Text Example


Text Example

White with #EE002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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