Html Css Color HEX #EF033A Torch Red

📋 copy color: '#EF033A'

red 239 ◦ green 3 ◦ blue 58

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

Shades of Torch Red #EF033A

Tints of Torch Red #EF033A

RGB

 RED value IS 239 (93.75% from 255) = 79.67%

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

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 79.67%
G = 1%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF033A (or 0xEF033A) is known color: Torch Red. HEX triplet: EF, 03 and 3A. RGB value is (239,3,58). Sum of RGB (Red+Green+Blue) = 239+3+58=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF033A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF033A is #10FCC5. Grayscale: #4F4F4F. Windows color (decimal): -1113286 or 3802095. OLE color: 3802095.

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

Color convert

RGB 239 3 58 -
CMYK 0 0.99 0.76 0.06
HSL 346.02º 0.98% 0.47% -
HSV(B) 346.02º 0.99% 0.94% -
XYZ 36.39 18.72 5.7 -
YUV 79.83 115.69 241.53 -
System Red Green Blue C M Y K H S L
Decimal 239 3 58 0 0.99 0.76 0.06 346.02 0.98 0.47
Hex EF 3 3A 0 63 4C 6 15A 62 2F
Octal 357 3 72 0 143 114 6 532 142 57
Binary 11101111 11 111010 0 1100011 1001100 110 101011010 1100010 101111

Color Harmonies of #EF033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF033A

Black with #EF033A

Text Example


Text Example

White with #EF033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF033A; }

 p { color: rgb(239,3,58); }

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

background-color css

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

 a { background-color: rgb(239,3,58); }

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

border-color css

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

 span { border-color: rgb(239,3,58); }

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