Html Css Color HEX #F20335 Torch Red

📋 copy color: '#F20335'

red 242 ◦ green 3 ◦ blue 53

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

Shades of Torch Red #F20335

Tints of Torch Red #F20335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 81.21%
G = 1.01%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F20335 (or 0xF20335) is known color: Torch Red. HEX triplet: F2, 03 and 35. RGB value is (242,3,53). Sum of RGB (Red+Green+Blue) = 242+3+53=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F20335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20335 is #0DFCCA. Grayscale: #505050. Windows color (decimal): -916683 or 3474418. OLE color: 3474418.

HSL color Cylindrical-coordinate representation of color #F20335: hue angle of 347.45º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20335 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 3 53 -
CMYK 0 0.99 0.78 0.05
HSL 347.45º 0.98% 0.48% -
HSV(B) 347.45º 0.99% 0.95% -
XYZ 37.29 19.2 5.11 -
YUV 80.16 112.68 243.43 -
System Red Green Blue C M Y K H S L
Decimal 242 3 53 0 0.99 0.78 0.05 347.45 0.98 0.48
Hex F2 3 35 0 63 4E 5 15B 62 30
Octal 362 3 65 0 143 116 5 533 142 60
Binary 11110010 11 110101 0 1100011 1001110 101 101011011 1100010 110000

Color Harmonies of #F20335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20335

Black with #F20335

Text Example


Text Example

White with #F20335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20335; }

 p { color: rgb(242,3,53); }

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

background-color css

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

 a { background-color: rgb(242,3,53); }

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

border-color css

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

 span { border-color: rgb(242,3,53); }

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