Html Css Color HEX #EF0421 Torch Red

📋 copy color: '#EF0421'

red 239 ◦ green 4 ◦ blue 33

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

Shades of Torch Red #EF0421

Tints of Torch Red #EF0421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 86.59%
G = 1.45%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF0421 (or 0xEF0421) is known color: Torch Red. HEX triplet: EF, 04 and 21. RGB value is (239,4,33). Sum of RGB (Red+Green+Blue) = 239+4+33=276 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.59% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0421 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0421 is #10FBDE. Grayscale: #4D4D4D. Windows color (decimal): -1113055 or 2163951. OLE color: 2163951.

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

Color convert

RGB 239 4 33 -
CMYK 0 0.98 0.86 0.06
HSL 352.6º 0.97% 0.48% -
HSV(B) 352.6º 0.98% 0.94% -
XYZ 35.91 18.55 3.13 -
YUV 77.57 102.86 243.14 -
System Red Green Blue C M Y K H S L
Decimal 239 4 33 0 0.98 0.86 0.06 352.6 0.97 0.48
Hex EF 4 21 0 62 56 6 161 61 30
Octal 357 4 41 0 142 126 6 541 141 60
Binary 11101111 100 100001 0 1100010 1010110 110 101100001 1100001 110000

Color Harmonies of #EF0421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0421

Black with #EF0421

Text Example


Text Example

White with #EF0421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0421; }

 p { color: rgb(239,4,33); }

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

background-color css

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

 a { background-color: rgb(239,4,33); }

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

border-color css

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

 span { border-color: rgb(239,4,33); }

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