Html Css Color HEX #EF1827 Torch Red

📋 copy color: '#EF1827'

red 239 ◦ green 24 ◦ blue 39

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

Shades of Torch Red #EF1827

Tints of Torch Red #EF1827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.95%

 BLUE value IS 39 (15.63% from 255) = 12.91%

R = 79.14%
G = 7.95%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF1827 (or 0xEF1827) is known color: Torch Red. HEX triplet: EF, 18 and 27. RGB value is (239,24,39). Sum of RGB (Red+Green+Blue) = 239+24+39=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1827 is #10E7D8. Grayscale: #5A5A5A. Windows color (decimal): -1107929 or 2562287. OLE color: 2562287.

HSL color Cylindrical-coordinate representation of color #EF1827: hue angle of 355.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1827 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 24 39 -
CMYK 0 0.90 0.84 0.06
HSL 355.81º 0.87% 0.52% -
HSV(B) 355.81º 0.9% 0.94% -
XYZ 36.29 19.15 3.7 -
YUV 90 99.23 234.28 -
System Red Green Blue C M Y K H S L
Decimal 239 24 39 0 0.90 0.84 0.06 355.81 0.87 0.52
Hex EF 18 27 0 5A 54 6 164 57 34
Octal 357 30 47 0 132 124 6 544 127 64
Binary 11101111 11000 100111 0 1011010 1010100 110 101100100 1010111 110100

Color Harmonies of #EF1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1827

Black with #EF1827

Text Example


Text Example

White with #EF1827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1827; }

 p { color: rgb(239,24,39); }

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

background-color css

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

 a { background-color: rgb(239,24,39); }

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

border-color css

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

 span { border-color: rgb(239,24,39); }

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