Html Css Color HEX #F2041F Torch Red

📋 copy color: '#F2041F'

red 242 ◦ green 4 ◦ blue 31

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

Shades of Torch Red #F2041F

Tints of Torch Red #F2041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

 BLUE value IS 31 (12.5% from 255) = 11.19%

R = 87.36%
G = 1.44%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2041F (or 0xF2041F) is known color: Torch Red. HEX triplet: F2, 04 and 1F. RGB value is (242,4,31). Sum of RGB (Red+Green+Blue) = 242+4+31=277 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.36% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 242 - color contains mainly: red. Hex color #F2041F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2041F is #0DFBE0. Grayscale: #4E4E4E. Windows color (decimal): -916449 or 2032882. OLE color: 2032882.

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

Color convert

RGB 242 4 31 -
CMYK 0 0.98 0.87 0.05
HSL 353.19º 0.97% 0.48% -
HSV(B) 353.19º 0.98% 0.95% -
XYZ 36.91 19.06 3.03 -
YUV 78.24 101.35 244.8 -
System Red Green Blue C M Y K H S L
Decimal 242 4 31 0 0.98 0.87 0.05 353.19 0.97 0.48
Hex F2 4 1F 0 62 57 5 161 61 30
Octal 362 4 37 0 142 127 5 541 141 60
Binary 11110010 100 11111 0 1100010 1010111 101 101100001 1100001 110000

Color Harmonies of #F2041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2041F

Black with #F2041F

Text Example


Text Example

White with #F2041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2041F; }

 p { color: rgb(242,4,31); }

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

background-color css

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

 a { background-color: rgb(242,4,31); }

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

border-color css

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

 span { border-color: rgb(242,4,31); }

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