Html Css Color HEX #F0052E Torch Red

📋 copy color: '#F0052E'

red 240 ◦ green 5 ◦ blue 46

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

Shades of Torch Red #F0052E

Tints of Torch Red #F0052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 82.47%
G = 1.72%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0052E (or 0xF0052E) is known color: Torch Red. HEX triplet: F0, 05 and 2E. RGB value is (240,5,46). Sum of RGB (Red+Green+Blue) = 240+5+46=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F0052E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0052E is #0FFAD1. Grayscale: #505050. Windows color (decimal): -1047250 or 3016176. OLE color: 3016176.

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

Color convert

RGB 240 5 46 -
CMYK 0 0.98 0.81 0.06
HSL 349.53º 0.96% 0.48% -
HSV(B) 349.53º 0.98% 0.94% -
XYZ 36.48 18.83 4.3 -
YUV 79.94 108.86 242.17 -
System Red Green Blue C M Y K H S L
Decimal 240 5 46 0 0.98 0.81 0.06 349.53 0.96 0.48
Hex F0 5 2E 0 62 51 6 15E 60 30
Octal 360 5 56 0 142 121 6 536 140 60
Binary 11110000 101 101110 0 1100010 1010001 110 101011110 1100000 110000

Color Harmonies of #F0052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0052E

Black with #F0052E

Text Example


Text Example

White with #F0052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0052E; }

 p { color: rgb(240,5,46); }

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

background-color css

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

 a { background-color: rgb(240,5,46); }

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

border-color css

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

 span { border-color: rgb(240,5,46); }

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