Html Css Color HEX #F01935 Torch Red

📋 copy color: '#F01935'

red 240 ◦ green 25 ◦ blue 53

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

Shades of Torch Red #F01935

Tints of Torch Red #F01935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.86%

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 75.47%
G = 7.86%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F01935 (or 0xF01935) is known color: Torch Red. HEX triplet: F0, 19 and 35. RGB value is (240,25,53). Sum of RGB (Red+Green+Blue) = 240+25+53=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F01935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01935 is #0FE6CA. Grayscale: #5C5C5C. Windows color (decimal): -1042123 or 3480048. OLE color: 3480048.

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

Color convert

RGB 240 25 53 -
CMYK 0 0.90 0.78 0.06
HSL 352.19º 0.88% 0.52% -
HSV(B) 352.19º 0.9% 0.94% -
XYZ 36.93 19.48 5.18 -
YUV 92.48 105.73 233.22 -
System Red Green Blue C M Y K H S L
Decimal 240 25 53 0 0.90 0.78 0.06 352.19 0.88 0.52
Hex F0 19 35 0 5A 4E 6 160 58 34
Octal 360 31 65 0 132 116 6 540 130 64
Binary 11110000 11001 110101 0 1011010 1001110 110 101100000 1011000 110100

Color Harmonies of #F01935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01935

Black with #F01935

Text Example


Text Example

White with #F01935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01935; }

 p { color: rgb(240,25,53); }

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

background-color css

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

 a { background-color: rgb(240,25,53); }

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

border-color css

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

 span { border-color: rgb(240,25,53); }

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