Html Css Color HEX #F20615 Torch Red

📋 copy color: '#F20615'

red 242 ◦ green 6 ◦ blue 21

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

Shades of Torch Red #F20615

Tints of Torch Red #F20615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

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

R = 89.96%
G = 2.23%
B = 7.81%

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

#F20615 (or 0xF20615) is known color: Torch Red. HEX triplet: F2, 06 and 15. RGB value is (242,6,21). Sum of RGB (Red+Green+Blue) = 242+6+21=269 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.96% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 242 - color contains mainly: red. Hex color #F20615 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20615 is #0DF9EA. Grayscale: #4E4E4E. Windows color (decimal): -915947 or 1378034. OLE color: 1378034.

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

Color convert

RGB 242 6 21 -
CMYK 0 0.98 0.91 0.05
HSL 356.19º 0.95% 0.49% -
HSV(B) 356.19º 0.98% 0.95% -
XYZ 36.82 19.06 2.45 -
YUV 78.27 95.69 244.78 -
System Red Green Blue C M Y K H S L
Decimal 242 6 21 0 0.98 0.91 0.05 356.19 0.95 0.49
Hex F2 6 15 0 62 5B 5 164 5F 31
Octal 362 6 25 0 142 133 5 544 137 61
Binary 11110010 110 10101 0 1100010 1011011 101 101100100 1011111 110001

Color Harmonies of #F20615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20615

Black with #F20615

Text Example


Text Example

White with #F20615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20615; }

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

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

background-color css

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

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

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

border-color css

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

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

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