Html Css Color HEX #F21525 Torch Red

📋 copy color: '#F21525'

red 242 ◦ green 21 ◦ blue 37

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

Shades of Torch Red #F21525

Tints of Torch Red #F21525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.33%

R = 80.67%
G = 7%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F21525 (or 0xF21525) is known color: Torch Red. HEX triplet: F2, 15 and 25. RGB value is (242,21,37). Sum of RGB (Red+Green+Blue) = 242+21+37=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F21525 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21525 is #0DEADA. Grayscale: #595959. Windows color (decimal): -912091 or 2430450. OLE color: 2430450.

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

Color convert

RGB 242 21 37 -
CMYK 0 0.91 0.85 0.05
HSL 355.66º 0.89% 0.52% -
HSV(B) 355.66º 0.91% 0.95% -
XYZ 37.22 19.55 3.56 -
YUV 88.9 98.72 237.2 -
System Red Green Blue C M Y K H S L
Decimal 242 21 37 0 0.91 0.85 0.05 355.66 0.89 0.52
Hex F2 15 25 0 5B 55 5 164 59 34
Octal 362 25 45 0 133 125 5 544 131 64
Binary 11110010 10101 100101 0 1011011 1010101 101 101100100 1011001 110100

Color Harmonies of #F21525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21525

Black with #F21525

Text Example


Text Example

White with #F21525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21525; }

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

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

background-color css

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

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

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

border-color css

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

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

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