Html Css Color HEX #EF0230 Torch Red

📋 copy color: '#EF0230'

red 239 ◦ green 2 ◦ blue 48

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

Shades of Torch Red #EF0230

Tints of Torch Red #EF0230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 48 (19.14% from 255) = 16.61%

R = 82.7%
G = 0.69%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF0230 (or 0xEF0230) is known color: Torch Red. HEX triplet: EF, 02 and 30. RGB value is (239,2,48). Sum of RGB (Red+Green+Blue) = 239+2+48=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0230 is #10FDCF. Grayscale: #4E4E4E. Windows color (decimal): -1113552 or 3146479. OLE color: 3146479.

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

Color convert

RGB 239 2 48 -
CMYK 0 0.99 0.80 0.06
HSL 348.35º 0.98% 0.47% -
HSV(B) 348.35º 0.99% 0.94% -
XYZ 36.15 18.61 4.48 -
YUV 78.11 111.02 242.76 -
System Red Green Blue C M Y K H S L
Decimal 239 2 48 0 0.99 0.80 0.06 348.35 0.98 0.47
Hex EF 2 30 0 63 50 6 15C 62 2F
Octal 357 2 60 0 143 120 6 534 142 57
Binary 11101111 10 110000 0 1100011 1010000 110 101011100 1100010 101111

Color Harmonies of #EF0230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0230

Black with #EF0230

Text Example


Text Example

White with #EF0230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0230; }

 p { color: rgb(239,2,48); }

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

background-color css

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

 a { background-color: rgb(239,2,48); }

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

border-color css

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

 span { border-color: rgb(239,2,48); }

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