Html Css Color HEX #F20415 Torch Red

📋 copy color: '#F20415'

red 242 ◦ green 4 ◦ blue 21

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

Shades of Torch Red #F20415

Tints of Torch Red #F20415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 90.64%
G = 1.5%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F20415 (or 0xF20415) is known color: Torch Red. HEX triplet: F2, 04 and 15. RGB value is (242,4,21). Sum of RGB (Red+Green+Blue) = 242+4+21=267 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.64% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 242 - color contains mainly: red. Hex color #F20415 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20415 is #0DFBEA. Grayscale: #4D4D4D. Windows color (decimal): -916459 or 1377522. OLE color: 1377522.

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

Color convert

RGB 242 4 21 -
CMYK 0 0.98 0.91 0.05
HSL 355.71º 0.97% 0.48% -
HSV(B) 355.71º 0.98% 0.95% -
XYZ 36.8 19.02 2.44 -
YUV 77.1 96.35 245.62 -
System Red Green Blue C M Y K H S L
Decimal 242 4 21 0 0.98 0.91 0.05 355.71 0.97 0.48
Hex F2 4 15 0 62 5B 5 164 61 30
Octal 362 4 25 0 142 133 5 544 141 60
Binary 11110010 100 10101 0 1100010 1011011 101 101100100 1100001 110000

Color Harmonies of #F20415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20415

Black with #F20415

Text Example


Text Example

White with #F20415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20415; }

 p { color: rgb(242,4,21); }

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

background-color css

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

 a { background-color: rgb(242,4,21); }

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

border-color css

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

 span { border-color: rgb(242,4,21); }

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