Html Css Color HEX #EF031B Torch Red

📋 copy color: '#EF031B'

red 239 ◦ green 3 ◦ blue 27

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

Shades of Torch Red #EF031B

Tints of Torch Red #EF031B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.04%

R = 88.85%
G = 1.12%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF031B (or 0xEF031B) is known color: Torch Red. HEX triplet: EF, 03 and 1B. RGB value is (239,3,27). Sum of RGB (Red+Green+Blue) = 239+3+27=269 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.85% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 239 - color contains mainly: red. Hex color #EF031B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF031B is #10FCE4. Grayscale: #4C4C4C. Windows color (decimal): -1113317 or 1770479. OLE color: 1770479.

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

Color convert

RGB 239 3 27 -
CMYK 0 0.99 0.89 0.06
HSL 353.9º 0.98% 0.47% -
HSV(B) 353.9º 0.99% 0.94% -
XYZ 35.83 18.49 2.72 -
YUV 76.3 100.19 244.05 -
System Red Green Blue C M Y K H S L
Decimal 239 3 27 0 0.99 0.89 0.06 353.9 0.98 0.47
Hex EF 3 1B 0 63 59 6 162 62 2F
Octal 357 3 33 0 143 131 6 542 142 57
Binary 11101111 11 11011 0 1100011 1011001 110 101100010 1100010 101111

Color Harmonies of #EF031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF031B

Black with #EF031B

Text Example


Text Example

White with #EF031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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