Html Css Color HEX #F21135 Torch Red

📋 copy color: '#F21135'

red 242 ◦ green 17 ◦ blue 53

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

Shades of Torch Red #F21135

Tints of Torch Red #F21135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.45%

 BLUE value IS 53 (21.09% from 255) = 16.99%

R = 77.56%
G = 5.45%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F21135 (or 0xF21135) is known color: Torch Red. HEX triplet: F2, 11 and 35. RGB value is (242,17,53). Sum of RGB (Red+Green+Blue) = 242+17+53=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F21135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21135 is #0DEECA. Grayscale: #585858. Windows color (decimal): -913099 or 3478002. OLE color: 3478002.

HSL color Cylindrical-coordinate representation of color #F21135: hue angle of 350.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21135 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 17 53 -
CMYK 0 0.93 0.78 0.05
HSL 350.4º 0.9% 0.51% -
HSV(B) 350.4º 0.93% 0.95% -
XYZ 37.46 19.54 5.16 -
YUV 88.38 108.04 237.57 -
System Red Green Blue C M Y K H S L
Decimal 242 17 53 0 0.93 0.78 0.05 350.4 0.9 0.51
Hex F2 11 35 0 5D 4E 5 15E 5A 33
Octal 362 21 65 0 135 116 5 536 132 63
Binary 11110010 10001 110101 0 1011101 1001110 101 101011110 1011010 110011

Color Harmonies of #F21135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21135

Black with #F21135

Text Example


Text Example

White with #F21135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21135; }

 p { color: rgb(242,17,53); }

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

background-color css

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

 a { background-color: rgb(242,17,53); }

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

border-color css

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

 span { border-color: rgb(242,17,53); }

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