Html Css Color HEX #F21528 Torch Red

📋 copy color: '#F21528'

red 242 ◦ green 21 ◦ blue 40

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

Shades of Torch Red #F21528

Tints of Torch Red #F21528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.2%

R = 79.87%
G = 6.93%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F21528 (or 0xF21528) is known color: Torch Red. HEX triplet: F2, 15 and 28. RGB value is (242,21,40). Sum of RGB (Red+Green+Blue) = 242+21+40=303 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.87% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 242 - color contains mainly: red. Hex color #F21528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21528 is #0DEAD7. Grayscale: #595959. Windows color (decimal): -912088 or 2627058. OLE color: 2627058.

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

Color convert

RGB 242 21 40 -
CMYK 0 0.91 0.83 0.05
HSL 354.84º 0.89% 0.52% -
HSV(B) 354.84º 0.91% 0.95% -
XYZ 37.27 19.57 3.82 -
YUV 89.25 100.22 236.96 -
System Red Green Blue C M Y K H S L
Decimal 242 21 40 0 0.91 0.83 0.05 354.84 0.89 0.52
Hex F2 15 28 0 5B 53 5 163 59 34
Octal 362 25 50 0 133 123 5 543 131 64
Binary 11110010 10101 101000 0 1011011 1010011 101 101100011 1011001 110100

Color Harmonies of #F21528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21528

Black with #F21528

Text Example


Text Example

White with #F21528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21528; }

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

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

background-color css

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

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

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

border-color css

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

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

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