Html Css Color HEX #EE063D Torch Red

📋 copy color: '#EE063D'

red 238 ◦ green 6 ◦ blue 61

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

Shades of Torch Red #EE063D

Tints of Torch Red #EE063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.97%

 BLUE value IS 61 (24.22% from 255) = 20%

R = 78.03%
G = 1.97%
B = 20%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE063D (or 0xEE063D) is known color: Torch Red. HEX triplet: EE, 06 and 3D. RGB value is (238,6,61). Sum of RGB (Red+Green+Blue) = 238+6+61=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE063D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE063D is #11F9C2. Grayscale: #515151. Windows color (decimal): -1178051 or 3999470. OLE color: 3999470.

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

Color convert

RGB 238 6 61 -
CMYK 0 0.97 0.74 0.07
HSL 345.78º 0.95% 0.48% -
HSV(B) 345.78º 0.97% 0.93% -
XYZ 36.17 18.64 6.11 -
YUV 81.64 116.36 239.53 -
System Red Green Blue C M Y K H S L
Decimal 238 6 61 0 0.97 0.74 0.07 345.78 0.95 0.48
Hex EE 6 3D 0 61 4A 7 15A 5F 30
Octal 356 6 75 0 141 112 7 532 137 60
Binary 11101110 110 111101 0 1100001 1001010 111 101011010 1011111 110000

Color Harmonies of #EE063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE063D

Black with #EE063D

Text Example


Text Example

White with #EE063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE063D; }

 p { color: rgb(238,6,61); }

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

background-color css

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

 a { background-color: rgb(238,6,61); }

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

border-color css

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

 span { border-color: rgb(238,6,61); }

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