Html Css Color HEX #F21635 Torch Red

📋 copy color: '#F21635'

red 242 ◦ green 22 ◦ blue 53

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

Shades of Torch Red #F21635

Tints of Torch Red #F21635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.94%

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

R = 76.34%
G = 6.94%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F21635 (or 0xF21635) is known color: Torch Red. HEX triplet: F2, 16 and 35. RGB value is (242,22,53). Sum of RGB (Red+Green+Blue) = 242+22+53=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F21635 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21635 is #0DE9CA. Grayscale: #5B5B5B. Windows color (decimal): -911819 or 3479282. OLE color: 3479282.

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

Color convert

RGB 242 22 53 -
CMYK 0 0.91 0.78 0.05
HSL 351.55º 0.89% 0.52% -
HSV(B) 351.55º 0.91% 0.95% -
XYZ 37.55 19.71 5.19 -
YUV 91.31 106.39 235.48 -
System Red Green Blue C M Y K H S L
Decimal 242 22 53 0 0.91 0.78 0.05 351.55 0.89 0.52
Hex F2 16 35 0 5B 4E 5 160 59 34
Octal 362 26 65 0 133 116 5 540 131 64
Binary 11110010 10110 110101 0 1011011 1001110 101 101100000 1011001 110100

Color Harmonies of #F21635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21635

Black with #F21635

Text Example


Text Example

White with #F21635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21635; }

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

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

background-color css

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

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

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

border-color css

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

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

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