Html Css Color HEX #EF0821 Torch Red

📋 copy color: '#EF0821'

red 239 ◦ green 8 ◦ blue 33

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

Shades of Torch Red #EF0821

Tints of Torch Red #EF0821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

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

R = 85.36%
G = 2.86%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF0821 (or 0xEF0821) is known color: Torch Red. HEX triplet: EF, 08 and 21. RGB value is (239,8,33). Sum of RGB (Red+Green+Blue) = 239+8+33=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0821 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0821 is #10F7DE. Grayscale: #505050. Windows color (decimal): -1112031 or 2164975. OLE color: 2164975.

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

Color convert

RGB 239 8 33 -
CMYK 0 0.97 0.86 0.06
HSL 353.51º 0.94% 0.48% -
HSV(B) 353.51º 0.97% 0.94% -
XYZ 35.96 18.63 3.14 -
YUV 79.92 101.53 241.47 -
System Red Green Blue C M Y K H S L
Decimal 239 8 33 0 0.97 0.86 0.06 353.51 0.94 0.48
Hex EF 8 21 0 61 56 6 162 5E 30
Octal 357 10 41 0 141 126 6 542 136 60
Binary 11101111 1000 100001 0 1100001 1010110 110 101100010 1011110 110000

Color Harmonies of #EF0821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0821

Black with #EF0821

Text Example


Text Example

White with #EF0821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0821; }

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

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

background-color css

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

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

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

border-color css

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

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

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