Html Css Color HEX #EF0624 Torch Red

📋 copy color: '#EF0624'

red 239 ◦ green 6 ◦ blue 36

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

Shades of Torch Red #EF0624

Tints of Torch Red #EF0624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 85.05%
G = 2.14%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF0624 (or 0xEF0624) is known color: Torch Red. HEX triplet: EF, 06 and 24. RGB value is (239,6,36). Sum of RGB (Red+Green+Blue) = 239+6+36=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0624 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0624 is #10F9DB. Grayscale: #4F4F4F. Windows color (decimal): -1112540 or 2361071. OLE color: 2361071.

HSL color Cylindrical-coordinate representation of color #EF0624: hue angle of 352.27º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0624 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 6 36 -
CMYK 0 0.97 0.85 0.06
HSL 352.27º 0.95% 0.48% -
HSV(B) 352.27º 0.97% 0.94% -
XYZ 35.98 18.61 3.36 -
YUV 79.09 103.69 242.06 -
System Red Green Blue C M Y K H S L
Decimal 239 6 36 0 0.97 0.85 0.06 352.27 0.95 0.48
Hex EF 6 24 0 61 55 6 160 5F 30
Octal 357 6 44 0 141 125 6 540 137 60
Binary 11101111 110 100100 0 1100001 1010101 110 101100000 1011111 110000

Color Harmonies of #EF0624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0624

Black with #EF0624

Text Example


Text Example

White with #EF0624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0624; }

 p { color: rgb(239,6,36); }

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

background-color css

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

 a { background-color: rgb(239,6,36); }

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

border-color css

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

 span { border-color: rgb(239,6,36); }

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