Html Css Color HEX #EF0427 Torch Red

📋 copy color: '#EF0427'

red 239 ◦ green 4 ◦ blue 39

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

Shades of Torch Red #EF0427

Tints of Torch Red #EF0427

RGB

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

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

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

R = 84.75%
G = 1.42%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF0427 (or 0xEF0427) is known color: Torch Red. HEX triplet: EF, 04 and 27. RGB value is (239,4,39). Sum of RGB (Red+Green+Blue) = 239+4+39=282 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.75% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0427 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0427 is #10FBD8. Grayscale: #4E4E4E. Windows color (decimal): -1113049 or 2557167. OLE color: 2557167.

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

Color convert

RGB 239 4 39 -
CMYK 0 0.98 0.84 0.06
HSL 351.06º 0.97% 0.48% -
HSV(B) 351.06º 0.98% 0.94% -
XYZ 36.01 18.58 3.61 -
YUV 78.26 105.86 242.65 -
System Red Green Blue C M Y K H S L
Decimal 239 4 39 0 0.98 0.84 0.06 351.06 0.97 0.48
Hex EF 4 27 0 62 54 6 15F 61 30
Octal 357 4 47 0 142 124 6 537 141 60
Binary 11101111 100 100111 0 1100010 1010100 110 101011111 1100001 110000

Color Harmonies of #EF0427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0427

Black with #EF0427

Text Example


Text Example

White with #EF0427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0427; }

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

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

background-color css

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

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

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

border-color css

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

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

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