Html Css Color HEX #EE0330 Torch Red

📋 copy color: '#EE0330'

red 238 ◦ green 3 ◦ blue 48

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

Shades of Torch Red #EE0330

Tints of Torch Red #EE0330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.61%

R = 82.35%
G = 1.04%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE0330 (or 0xEE0330) is known color: Torch Red. HEX triplet: EE, 03 and 30. RGB value is (238,3,48). Sum of RGB (Red+Green+Blue) = 238+3+48=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0330 is #11FCCF. Grayscale: #4E4E4E. Windows color (decimal): -1178832 or 3146734. OLE color: 3146734.

HSL color Cylindrical-coordinate representation of color #EE0330: hue angle of 348.51º 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 #EE0330 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 3 48 -
CMYK 0 0.99 0.80 0.07
HSL 348.51º 0.98% 0.47% -
HSV(B) 348.51º 0.99% 0.93% -
XYZ 35.83 18.46 4.47 -
YUV 78.4 110.86 241.84 -
System Red Green Blue C M Y K H S L
Decimal 238 3 48 0 0.99 0.80 0.07 348.51 0.98 0.47
Hex EE 3 30 0 63 50 7 15D 62 2F
Octal 356 3 60 0 143 120 7 535 142 57
Binary 11101110 11 110000 0 1100011 1010000 111 101011101 1100010 101111

Color Harmonies of #EE0330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0330

Black with #EE0330

Text Example


Text Example

White with #EE0330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0330; }

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

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

background-color css

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

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

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

border-color css

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

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

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