Html Css Color HEX #F2051B Torch Red

📋 copy color: '#F2051B'

red 242 ◦ green 5 ◦ blue 27

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

Shades of Torch Red #F2051B

Tints of Torch Red #F2051B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 88.32%
G = 1.82%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2051B (or 0xF2051B) is known color: Torch Red. HEX triplet: F2, 05 and 1B. RGB value is (242,5,27). Sum of RGB (Red+Green+Blue) = 242+5+27=274 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.32% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 242 - color contains mainly: red. Hex color #F2051B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2051B is #0DFAE4. Grayscale: #4E4E4E. Windows color (decimal): -916197 or 1770994. OLE color: 1770994.

HSL color Cylindrical-coordinate representation of color #F2051B: hue angle of 354.43º 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 #F2051B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 5 27 -
CMYK 0 0.98 0.89 0.05
HSL 354.43º 0.96% 0.48% -
HSV(B) 354.43º 0.98% 0.95% -
XYZ 36.87 19.06 2.77 -
YUV 78.37 99.02 244.71 -
System Red Green Blue C M Y K H S L
Decimal 242 5 27 0 0.98 0.89 0.05 354.43 0.96 0.48
Hex F2 5 1B 0 62 59 5 162 60 30
Octal 362 5 33 0 142 131 5 542 140 60
Binary 11110010 101 11011 0 1100010 1011001 101 101100010 1100000 110000

Color Harmonies of #F2051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2051B

Black with #F2051B

Text Example


Text Example

White with #F2051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2051B; }

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

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

background-color css

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

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

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

border-color css

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

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

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