Html Css Color HEX #EF0423 Torch Red

📋 copy color: '#EF0423'

red 239 ◦ green 4 ◦ blue 35

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

Shades of Torch Red #EF0423

Tints of Torch Red #EF0423

RGB

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

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

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

R = 85.97%
G = 1.44%
B = 12.59%

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

#EF0423 (or 0xEF0423) is known color: Torch Red. HEX triplet: EF, 04 and 23. RGB value is (239,4,35). Sum of RGB (Red+Green+Blue) = 239+4+35=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0423 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0423 is #10FBDC. Grayscale: #4D4D4D. Windows color (decimal): -1113053 or 2295023. OLE color: 2295023.

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

Color convert

RGB 239 4 35 -
CMYK 0 0.98 0.85 0.06
HSL 352.09º 0.97% 0.48% -
HSV(B) 352.09º 0.98% 0.94% -
XYZ 35.94 18.56 3.28 -
YUV 77.8 103.86 242.98 -
System Red Green Blue C M Y K H S L
Decimal 239 4 35 0 0.98 0.85 0.06 352.09 0.97 0.48
Hex EF 4 23 0 62 55 6 160 61 30
Octal 357 4 43 0 142 125 6 540 141 60
Binary 11101111 100 100011 0 1100010 1010101 110 101100000 1100001 110000

Color Harmonies of #EF0423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0423

Black with #EF0423

Text Example


Text Example

White with #EF0423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0423; }

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

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

background-color css

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

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

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

border-color css

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

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

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