Html Css Color HEX #EF0925 Torch Red

📋 copy color: '#EF0925'

red 239 ◦ green 9 ◦ blue 37

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

Shades of Torch Red #EF0925

Tints of Torch Red #EF0925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.16%

 BLUE value IS 37 (14.84% from 255) = 12.98%

R = 83.86%
G = 3.16%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF0925 (or 0xEF0925) is known color: Torch Red. HEX triplet: EF, 09 and 25. RGB value is (239,9,37). Sum of RGB (Red+Green+Blue) = 239+9+37=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0925 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0925 is #10F6DA. Grayscale: #515151. Windows color (decimal): -1111771 or 2427375. OLE color: 2427375.

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

Color convert

RGB 239 9 37 -
CMYK 0 0.96 0.85 0.06
HSL 352.7º 0.93% 0.49% -
HSV(B) 352.7º 0.96% 0.94% -
XYZ 36.03 18.68 3.46 -
YUV 80.96 103.2 240.72 -
System Red Green Blue C M Y K H S L
Decimal 239 9 37 0 0.96 0.85 0.06 352.7 0.93 0.49
Hex EF 9 25 0 60 55 6 161 5D 31
Octal 357 11 45 0 140 125 6 541 135 61
Binary 11101111 1001 100101 0 1100000 1010101 110 101100001 1011101 110001

Color Harmonies of #EF0925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0925

Black with #EF0925

Text Example


Text Example

White with #EF0925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0925; }

 p { color: rgb(239,9,37); }

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

background-color css

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

 a { background-color: rgb(239,9,37); }

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

border-color css

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

 span { border-color: rgb(239,9,37); }

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