Html Css Color HEX #F01825 Torch Red

📋 copy color: '#F01825'

red 240 ◦ green 24 ◦ blue 37

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

Shades of Torch Red #F01825

Tints of Torch Red #F01825

RGB

 RED value IS 240 (94.14% from 255) = 79.73%

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

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

R = 79.73%
G = 7.97%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F01825 (or 0xF01825) is known color: Torch Red. HEX triplet: F0, 18 and 25. RGB value is (240,24,37). Sum of RGB (Red+Green+Blue) = 240+24+37=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F01825 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01825 is #0FE7DA. Grayscale: #5A5A5A. Windows color (decimal): -1042395 or 2431216. OLE color: 2431216.

HSL color Cylindrical-coordinate representation of color #F01825: hue angle of 356.39º degrees, saturation: 0.88, 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 #F01825 is Cyan = 0, Magento = 0.9, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 24 37 -
CMYK 0 0.9 0.85 0.06
HSL 356.39º 0.88% 0.52% -
HSV(B) 356.39º 0.9% 0.94% -
XYZ 36.6 19.31 3.55 -
YUV 90.07 98.06 234.94 -
System Red Green Blue C M Y K H S L
Decimal 240 24 37 0 0.9 0.85 0.06 356.39 0.88 0.52
Hex F0 18 25 0 5A 55 6 164 58 34
Octal 360 30 45 0 132 125 6 544 130 64
Binary 11110000 11000 100101 0 1011010 1010101 110 101100100 1011000 110100

Color Harmonies of #F01825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01825

Black with #F01825

Text Example


Text Example

White with #F01825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01825; }

 p { color: rgb(240,24,37); }

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

background-color css

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

 a { background-color: rgb(240,24,37); }

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

border-color css

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

 span { border-color: rgb(240,24,37); }

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