Html Css Color HEX #F2151B Torch Red

📋 copy color: '#F2151B'

red 242 ◦ green 21 ◦ blue 27

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

Shades of Torch Red #F2151B

Tints of Torch Red #F2151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

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

R = 83.45%
G = 7.24%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2151B (or 0xF2151B) is known color: Torch Red. HEX triplet: F2, 15 and 1B. RGB value is (242,21,27). Sum of RGB (Red+Green+Blue) = 242+21+27=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F2151B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2151B is #0DEAE4. Grayscale: #575757. Windows color (decimal): -912101 or 1775090. OLE color: 1775090.

HSL color Cylindrical-coordinate representation of color #F2151B: hue angle of 358.37º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2151B is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 21 27 -
CMYK 0 0.91 0.89 0.05
HSL 358.37º 0.89% 0.52% -
HSV(B) 358.37º 0.91% 0.95% -
XYZ 37.08 19.49 2.84 -
YUV 87.76 93.72 238.01 -
System Red Green Blue C M Y K H S L
Decimal 242 21 27 0 0.91 0.89 0.05 358.37 0.89 0.52
Hex F2 15 1B 0 5B 59 5 166 59 34
Octal 362 25 33 0 133 131 5 546 131 64
Binary 11110010 10101 11011 0 1011011 1011001 101 101100110 1011001 110100

Color Harmonies of #F2151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2151B

Black with #F2151B

Text Example


Text Example

White with #F2151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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