Html Css Color HEX #F21534 Torch Red

📋 copy color: '#F21534'

red 242 ◦ green 21 ◦ blue 52

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

Shades of Torch Red #F21534

Tints of Torch Red #F21534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.51%

R = 76.83%
G = 6.67%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F21534 (or 0xF21534) is known color: Torch Red. HEX triplet: F2, 15 and 34. RGB value is (242,21,52). Sum of RGB (Red+Green+Blue) = 242+21+52=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F21534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21534 is #0DEACB. Grayscale: #5A5A5A. Windows color (decimal): -912076 or 3413490. OLE color: 3413490.

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

Color convert

RGB 242 21 52 -
CMYK 0 0.91 0.79 0.05
HSL 351.58º 0.89% 0.52% -
HSV(B) 351.58º 0.91% 0.95% -
XYZ 37.51 19.66 5.07 -
YUV 90.61 106.22 235.98 -
System Red Green Blue C M Y K H S L
Decimal 242 21 52 0 0.91 0.79 0.05 351.58 0.89 0.52
Hex F2 15 34 0 5B 4F 5 160 59 34
Octal 362 25 64 0 133 117 5 540 131 64
Binary 11110010 10101 110100 0 1011011 1001111 101 101100000 1011001 110100

Color Harmonies of #F21534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21534

Black with #F21534

Text Example


Text Example

White with #F21534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21534; }

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

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

background-color css

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

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

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

border-color css

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

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

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