Html Css Color HEX #F2151A Torch Red

📋 copy color: '#F2151A'

red 242 ◦ green 21 ◦ blue 26

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

Shades of Torch Red #F2151A

Tints of Torch Red #F2151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9%

R = 83.74%
G = 7.27%
B = 9%

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

#F2151A (or 0xF2151A) is known color: Torch Red. HEX triplet: F2, 15 and 1A. RGB value is (242,21,26). Sum of RGB (Red+Green+Blue) = 242+21+26=289 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.74% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 242 - color contains mainly: red. Hex color #F2151A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2151A is #0DEAE5. Grayscale: #575757. Windows color (decimal): -912102 or 1709554. OLE color: 1709554.

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

Color convert

RGB 242 21 26 -
CMYK 0 0.91 0.89 0.05
HSL 358.64º 0.89% 0.52% -
HSV(B) 358.64º 0.91% 0.95% -
XYZ 37.07 19.49 2.78 -
YUV 87.65 93.22 238.09 -
System Red Green Blue C M Y K H S L
Decimal 242 21 26 0 0.91 0.89 0.05 358.64 0.89 0.52
Hex F2 15 1A 0 5B 59 5 167 59 34
Octal 362 25 32 0 133 131 5 547 131 64
Binary 11110010 10101 11010 0 1011011 1011001 101 101100111 1011001 110100

Color Harmonies of #F2151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2151A

Black with #F2151A

Text Example


Text Example

White with #F2151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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