Html Css Color HEX #EF0323 Torch Red

📋 copy color: '#EF0323'

red 239 ◦ green 3 ◦ blue 35

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

Shades of Torch Red #EF0323

Tints of Torch Red #EF0323

RGB

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

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

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

R = 86.28%
G = 1.08%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF0323 (or 0xEF0323) is known color: Torch Red. HEX triplet: EF, 03 and 23. RGB value is (239,3,35). Sum of RGB (Red+Green+Blue) = 239+3+35=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0323 is #10FCDC. Grayscale: #4D4D4D. Windows color (decimal): -1113309 or 2294767. OLE color: 2294767.

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

Color convert

RGB 239 3 35 -
CMYK 0 0.99 0.85 0.06
HSL 351.86º 0.98% 0.47% -
HSV(B) 351.86º 0.99% 0.94% -
XYZ 35.93 18.54 3.27 -
YUV 77.21 104.19 243.4 -
System Red Green Blue C M Y K H S L
Decimal 239 3 35 0 0.99 0.85 0.06 351.86 0.98 0.47
Hex EF 3 23 0 63 55 6 160 62 2F
Octal 357 3 43 0 143 125 6 540 142 57
Binary 11101111 11 100011 0 1100011 1010101 110 101100000 1100010 101111

Color Harmonies of #EF0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0323

Black with #EF0323

Text Example


Text Example

White with #EF0323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0323; }

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

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

background-color css

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

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

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

border-color css

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

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

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