Html Css Color HEX #F20029 Torch Red

📋 copy color: '#F20029'

red 242 ◦ green 0 ◦ blue 41

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

Shades of Torch Red #F20029

Tints of Torch Red #F20029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 41 (16.41% from 255) = 14.49%

R = 85.51%
G = 0%
B = 14.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F20029 (or 0xF20029) is known color: Torch Red. HEX triplet: F2, 00 and 29. RGB value is (242,0,41). Sum of RGB (Red+Green+Blue) = 242+0+41=283 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.51% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 242 - color contains mainly: red. Hex color #F20029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20029 is #0DFFD6. Grayscale: #4D4D4D. Windows color (decimal): -917463 or 2687218. OLE color: 2687218.

HSL color Cylindrical-coordinate representation of color #F20029: hue angle of 349.83º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20029 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 0 41 -
CMYK 0 1 0.83 0.05
HSL 349.83º 1% 0.47% -
HSV(B) 349.83º 1% 0.95% -
XYZ 37.02 19.04 3.82 -
YUV 77.03 107.67 245.67 -
System Red Green Blue C M Y K H S L
Decimal 242 0 41 0 1 0.83 0.05 349.83 1 0.47
Hex F2 0 29 0 64 53 5 15E 64 2F
Octal 362 0 51 0 144 123 5 536 144 57
Binary 11110010 0 101001 0 1100100 1010011 101 101011110 1100100 101111

Color Harmonies of #F20029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20029

Black with #F20029

Text Example


Text Example

White with #F20029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20029; }

 p { color: rgb(242,0,41); }

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

background-color css

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

 a { background-color: rgb(242,0,41); }

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

border-color css

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

 span { border-color: rgb(242,0,41); }

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