Html Css Color HEX #EF033F Torch Red

📋 copy color: '#EF033F'

red 239 ◦ green 3 ◦ blue 63

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

Shades of Torch Red #EF033F

Tints of Torch Red #EF033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.66%

R = 78.36%
G = 0.98%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF033F (or 0xEF033F) is known color: Torch Red. HEX triplet: EF, 03 and 3F. RGB value is (239,3,63). Sum of RGB (Red+Green+Blue) = 239+3+63=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF033F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF033F is #10FCC0. Grayscale: #505050. Windows color (decimal): -1113281 or 4129775. OLE color: 4129775.

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

Color convert

RGB 239 3 63 -
CMYK 0 0.99 0.74 0.06
HSL 344.75º 0.98% 0.47% -
HSV(B) 344.75º 0.99% 0.94% -
XYZ 36.53 18.77 6.4 -
YUV 80.4 118.19 241.12 -
System Red Green Blue C M Y K H S L
Decimal 239 3 63 0 0.99 0.74 0.06 344.75 0.98 0.47
Hex EF 3 3F 0 63 4A 6 159 62 2F
Octal 357 3 77 0 143 112 6 531 142 57
Binary 11101111 11 111111 0 1100011 1001010 110 101011001 1100010 101111

Color Harmonies of #EF033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF033F

Black with #EF033F

Text Example


Text Example

White with #EF033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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