Html Css Color HEX #F2131C Torch Red

📋 copy color: '#F2131C'

red 242 ◦ green 19 ◦ blue 28

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

Shades of Torch Red #F2131C

Tints of Torch Red #F2131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.57%

 BLUE value IS 28 (11.33% from 255) = 9.69%

R = 83.74%
G = 6.57%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2131C (or 0xF2131C) is known color: Torch Red. HEX triplet: F2, 13 and 1C. RGB value is (242,19,28). Sum of RGB (Red+Green+Blue) = 242+19+28=289 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.74% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 242 - color contains mainly: red. Hex color #F2131C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2131C is #0DECE3. Grayscale: #565656. Windows color (decimal): -912612 or 1840114. OLE color: 1840114.

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

Color convert

RGB 242 19 28 -
CMYK 0 0.92 0.88 0.05
HSL 357.58º 0.9% 0.51% -
HSV(B) 357.58º 0.92% 0.95% -
XYZ 37.06 19.43 2.9 -
YUV 86.7 94.88 238.77 -
System Red Green Blue C M Y K H S L
Decimal 242 19 28 0 0.92 0.88 0.05 357.58 0.9 0.51
Hex F2 13 1C 0 5C 58 5 166 5A 33
Octal 362 23 34 0 134 130 5 546 132 63
Binary 11110010 10011 11100 0 1011100 1011000 101 101100110 1011010 110011

Color Harmonies of #F2131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2131C

Black with #F2131C

Text Example


Text Example

White with #F2131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2131C; }

 p { color: rgb(242,19,28); }

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

background-color css

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

 a { background-color: rgb(242,19,28); }

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

border-color css

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

 span { border-color: rgb(242,19,28); }

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