Html Css Color HEX #F20833 Torch Red

📋 copy color: '#F20833'

red 242 ◦ green 8 ◦ blue 51

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

Shades of Torch Red #F20833

Tints of Torch Red #F20833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.66%

 BLUE value IS 51 (20.31% from 255) = 16.94%

R = 80.4%
G = 2.66%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F20833 (or 0xF20833) is known color: Torch Red. HEX triplet: F2, 08 and 33. RGB value is (242,8,51). Sum of RGB (Red+Green+Blue) = 242+8+51=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F20833 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20833 is #0DF7CC. Grayscale: #525252. Windows color (decimal): -915405 or 3344626. OLE color: 3344626.

HSL color Cylindrical-coordinate representation of color #F20833: hue angle of 348.97º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20833 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 8 51 -
CMYK 0 0.97 0.79 0.05
HSL 348.97º 0.94% 0.49% -
HSV(B) 348.97º 0.97% 0.95% -
XYZ 37.3 19.29 4.89 -
YUV 82.87 110.02 241.5 -
System Red Green Blue C M Y K H S L
Decimal 242 8 51 0 0.97 0.79 0.05 348.97 0.94 0.49
Hex F2 8 33 0 61 4F 5 15D 5E 31
Octal 362 10 63 0 141 117 5 535 136 61
Binary 11110010 1000 110011 0 1100001 1001111 101 101011101 1011110 110001

Color Harmonies of #F20833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20833

Black with #F20833

Text Example


Text Example

White with #F20833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20833; }

 p { color: rgb(242,8,51); }

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

background-color css

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

 a { background-color: rgb(242,8,51); }

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

border-color css

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

 span { border-color: rgb(242,8,51); }

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