Html Css Color HEX #F20D1C Torch Red

📋 copy color: '#F20D1C'

red 242 ◦ green 13 ◦ blue 28

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

Shades of Torch Red #F20D1C

Tints of Torch Red #F20D1C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

 BLUE value IS 28 (11.33% from 255) = 9.89%

R = 85.51%
G = 4.59%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F20D1C (or 0xF20D1C) is known color: Torch Red. HEX triplet: F2, 0D and 1C. RGB value is (242,13,28). Sum of RGB (Red+Green+Blue) = 242+13+28=283 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.51% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 242 - color contains mainly: red. Hex color #F20D1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20D1C is #0DF2E3. Grayscale: #535353. Windows color (decimal): -914148 or 1838578. OLE color: 1838578.

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

Color convert

RGB 242 13 28 -
CMYK 0 0.95 0.88 0.05
HSL 356.07º 0.9% 0.5% -
HSV(B) 356.07º 0.95% 0.95% -
XYZ 36.97 19.25 2.87 -
YUV 83.18 96.87 241.28 -
System Red Green Blue C M Y K H S L
Decimal 242 13 28 0 0.95 0.88 0.05 356.07 0.9 0.5
Hex F2 D 1C 0 5F 58 5 164 5A 32
Octal 362 15 34 0 137 130 5 544 132 62
Binary 11110010 1101 11100 0 1011111 1011000 101 101100100 1011010 110010

Color Harmonies of #F20D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20D1C

Black with #F20D1C

Text Example


Text Example

White with #F20D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20D1C; }

 p { color: rgb(242,13,28); }

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

background-color css

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

 a { background-color: rgb(242,13,28); }

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

border-color css

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

 span { border-color: rgb(242,13,28); }

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