Html Css Color HEX #F2051E Torch Red

📋 copy color: '#F2051E'

red 242 ◦ green 5 ◦ blue 30

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

Shades of Torch Red #F2051E

Tints of Torch Red #F2051E

RGB

 RED value IS 242 (94.92% from 255) = 87.36%

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

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 87.36%
G = 1.81%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2051E (or 0xF2051E) is known color: Torch Red. HEX triplet: F2, 05 and 1E. RGB value is (242,5,30). Sum of RGB (Red+Green+Blue) = 242+5+30=277 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.36% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 242 - color contains mainly: red. Hex color #F2051E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2051E is #0DFAE1. Grayscale: #4E4E4E. Windows color (decimal): -916194 or 1967602. OLE color: 1967602.

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

Color convert

RGB 242 5 30 -
CMYK 0 0.98 0.88 0.05
HSL 353.67º 0.96% 0.48% -
HSV(B) 353.67º 0.98% 0.95% -
XYZ 36.91 19.08 2.97 -
YUV 78.71 100.52 244.47 -
System Red Green Blue C M Y K H S L
Decimal 242 5 30 0 0.98 0.88 0.05 353.67 0.96 0.48
Hex F2 5 1E 0 62 58 5 162 60 30
Octal 362 5 36 0 142 130 5 542 140 60
Binary 11110010 101 11110 0 1100010 1011000 101 101100010 1100000 110000

Color Harmonies of #F2051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2051E

Black with #F2051E

Text Example


Text Example

White with #F2051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2051E; }

 p { color: rgb(242,5,30); }

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

background-color css

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

 a { background-color: rgb(242,5,30); }

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

border-color css

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

 span { border-color: rgb(242,5,30); }

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