Html Css Color HEX #EF0523 Torch Red

📋 copy color: '#EF0523'

red 239 ◦ green 5 ◦ blue 35

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

Shades of Torch Red #EF0523

Tints of Torch Red #EF0523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

 BLUE value IS 35 (14.06% from 255) = 12.54%

R = 85.66%
G = 1.79%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF0523 (or 0xEF0523) is known color: Torch Red. HEX triplet: EF, 05 and 23. RGB value is (239,5,35). Sum of RGB (Red+Green+Blue) = 239+5+35=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0523 is #10FADC. Grayscale: #4E4E4E. Windows color (decimal): -1112797 or 2295279. OLE color: 2295279.

HSL color Cylindrical-coordinate representation of color #EF0523: hue angle of 352.31º degrees, saturation: 0.96, 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 #EF0523 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 5 35 -
CMYK 0 0.98 0.85 0.06
HSL 352.31º 0.96% 0.48% -
HSV(B) 352.31º 0.98% 0.94% -
XYZ 35.95 18.58 3.28 -
YUV 78.39 103.52 242.56 -
System Red Green Blue C M Y K H S L
Decimal 239 5 35 0 0.98 0.85 0.06 352.31 0.96 0.48
Hex EF 5 23 0 62 55 6 160 60 30
Octal 357 5 43 0 142 125 6 540 140 60
Binary 11101111 101 100011 0 1100010 1010101 110 101100000 1100000 110000

Color Harmonies of #EF0523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0523

Black with #EF0523

Text Example


Text Example

White with #EF0523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0523; }

 p { color: rgb(239,5,35); }

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

background-color css

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

 a { background-color: rgb(239,5,35); }

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

border-color css

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

 span { border-color: rgb(239,5,35); }

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