Html Css Color HEX #F01730 Torch Red

📋 copy color: '#F01730'

red 240 ◦ green 23 ◦ blue 48

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

Shades of Torch Red #F01730

Tints of Torch Red #F01730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.4%

 BLUE value IS 48 (19.14% from 255) = 15.43%

R = 77.17%
G = 7.4%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F01730 (or 0xF01730) is known color: Torch Red. HEX triplet: F0, 17 and 30. RGB value is (240,23,48). Sum of RGB (Red+Green+Blue) = 240+23+48=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F01730 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01730 is #0FE8CF. Grayscale: #5A5A5A. Windows color (decimal): -1042640 or 3151856. OLE color: 3151856.

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

Color convert

RGB 240 23 48 -
CMYK 0 0.90 0.8 0.06
HSL 353.09º 0.88% 0.52% -
HSV(B) 353.09º 0.9% 0.94% -
XYZ 36.78 19.35 4.59 -
YUV 90.73 103.89 234.47 -
System Red Green Blue C M Y K H S L
Decimal 240 23 48 0 0.90 0.8 0.06 353.09 0.88 0.52
Hex F0 17 30 0 5A 50 6 161 58 34
Octal 360 27 60 0 132 120 6 541 130 64
Binary 11110000 10111 110000 0 1011010 1010000 110 101100001 1011000 110100

Color Harmonies of #F01730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01730

Black with #F01730

Text Example


Text Example

White with #F01730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01730; }

 p { color: rgb(240,23,48); }

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

background-color css

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

 a { background-color: rgb(240,23,48); }

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

border-color css

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

 span { border-color: rgb(240,23,48); }

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