Html Css Color HEX #F21228 Torch Red

📋 copy color: '#F21228'

red 242 ◦ green 18 ◦ blue 40

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

Shades of Torch Red #F21228

Tints of Torch Red #F21228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6%

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

R = 80.67%
G = 6%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F21228 (or 0xF21228) is known color: Torch Red. HEX triplet: F2, 12 and 28. RGB value is (242,18,40). Sum of RGB (Red+Green+Blue) = 242+18+40=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F21228 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21228 is #0DEDD7. Grayscale: #575757. Windows color (decimal): -912856 or 2626290. OLE color: 2626290.

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

Color convert

RGB 242 18 40 -
CMYK 0 0.93 0.83 0.05
HSL 354.11º 0.9% 0.51% -
HSV(B) 354.11º 0.93% 0.95% -
XYZ 37.22 19.46 3.8 -
YUV 87.48 101.21 238.21 -
System Red Green Blue C M Y K H S L
Decimal 242 18 40 0 0.93 0.83 0.05 354.11 0.9 0.51
Hex F2 12 28 0 5D 53 5 162 5A 33
Octal 362 22 50 0 135 123 5 542 132 63
Binary 11110010 10010 101000 0 1011101 1010011 101 101100010 1011010 110011

Color Harmonies of #F21228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21228

Black with #F21228

Text Example


Text Example

White with #F21228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21228; }

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

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

background-color css

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

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

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

border-color css

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

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

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