Html Css Color HEX #F21435 Torch Red

📋 copy color: '#F21435'

red 242 ◦ green 20 ◦ blue 53

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

Shades of Torch Red #F21435

Tints of Torch Red #F21435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

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

R = 76.83%
G = 6.35%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F21435 (or 0xF21435) is known color: Torch Red. HEX triplet: F2, 14 and 35. RGB value is (242,20,53). Sum of RGB (Red+Green+Blue) = 242+20+53=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F21435 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21435 is #0DEBCA. Grayscale: #5A5A5A. Windows color (decimal): -912331 or 3478770. OLE color: 3478770.

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

Color convert

RGB 242 20 53 -
CMYK 0 0.92 0.78 0.05
HSL 351.08º 0.9% 0.51% -
HSV(B) 351.08º 0.92% 0.95% -
XYZ 37.51 19.63 5.18 -
YUV 90.14 107.05 236.32 -
System Red Green Blue C M Y K H S L
Decimal 242 20 53 0 0.92 0.78 0.05 351.08 0.9 0.51
Hex F2 14 35 0 5C 4E 5 15F 5A 33
Octal 362 24 65 0 134 116 5 537 132 63
Binary 11110010 10100 110101 0 1011100 1001110 101 101011111 1011010 110011

Color Harmonies of #F21435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21435

Black with #F21435

Text Example


Text Example

White with #F21435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21435; }

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

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

background-color css

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

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

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

border-color css

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

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

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