Html Css Color HEX #F21A3A Torch Red

📋 copy color: '#F21A3A'

red 242 ◦ green 26 ◦ blue 58

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

Shades of Torch Red #F21A3A

Tints of Torch Red #F21A3A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.98%

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 74.23%
G = 7.98%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F21A3A (or 0xF21A3A) is known color: Torch Red. HEX triplet: F2, 1A and 3A. RGB value is (242,26,58). Sum of RGB (Red+Green+Blue) = 242+26+58=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21A3A is #0DE5C5. Grayscale: #5E5E5E. Windows color (decimal): -910790 or 3807986. OLE color: 3807986.

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

Color convert

RGB 242 26 58 -
CMYK 0 0.89 0.76 0.05
HSL 351.11º 0.89% 0.53% -
HSV(B) 351.11º 0.89% 0.95% -
XYZ 37.75 19.92 5.86 -
YUV 94.23 107.56 233.4 -
System Red Green Blue C M Y K H S L
Decimal 242 26 58 0 0.89 0.76 0.05 351.11 0.89 0.53
Hex F2 1A 3A 0 59 4C 5 15F 59 35
Octal 362 32 72 0 131 114 5 537 131 65
Binary 11110010 11010 111010 0 1011001 1001100 101 101011111 1011001 110101

Color Harmonies of #F21A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21A3A

Black with #F21A3A

Text Example


Text Example

White with #F21A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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