Html Css Color HEX #F2152D Torch Red

📋 copy color: '#F2152D'

red 242 ◦ green 21 ◦ blue 45

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

Shades of Torch Red #F2152D

Tints of Torch Red #F2152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.61%

R = 78.57%
G = 6.82%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2152D (or 0xF2152D) is known color: Torch Red. HEX triplet: F2, 15 and 2D. RGB value is (242,21,45). Sum of RGB (Red+Green+Blue) = 242+21+45=308 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.57% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 242 - color contains mainly: red. Hex color #F2152D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2152D is #0DEAD2. Grayscale: #595959. Windows color (decimal): -912083 or 2954738. OLE color: 2954738.

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

Color convert

RGB 242 21 45 -
CMYK 0 0.91 0.81 0.05
HSL 353.48º 0.89% 0.52% -
HSV(B) 353.48º 0.91% 0.95% -
XYZ 37.36 19.6 4.3 -
YUV 89.82 102.72 236.55 -
System Red Green Blue C M Y K H S L
Decimal 242 21 45 0 0.91 0.81 0.05 353.48 0.89 0.52
Hex F2 15 2D 0 5B 51 5 161 59 34
Octal 362 25 55 0 133 121 5 541 131 64
Binary 11110010 10101 101101 0 1011011 1010001 101 101100001 1011001 110100

Color Harmonies of #F2152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2152D

Black with #F2152D

Text Example


Text Example

White with #F2152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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