Html Css Color HEX #F00215 Torch Red

📋 copy color: '#F00215'

red 240 ◦ green 2 ◦ blue 21

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

Shades of Torch Red #F00215

Tints of Torch Red #F00215

RGB

 RED value IS 240 (94.14% from 255) = 91.25%

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 91.25%
G = 0.76%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F00215 (or 0xF00215) is known color: Torch Red. HEX triplet: F0, 02 and 15. RGB value is (240,2,21). Sum of RGB (Red+Green+Blue) = 240+2+21=263 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.25% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 240 - color contains mainly: red. Hex color #F00215 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00215 is #0FFDEA. Grayscale: #4B4B4B. Windows color (decimal): -1048043 or 1377008. OLE color: 1377008.

HSL color Cylindrical-coordinate representation of color #F00215: hue angle of 355.21º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00215 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 21 -
CMYK 0 0.99 0.91 0.06
HSL 355.21º 0.98% 0.47% -
HSV(B) 355.21º 0.99% 0.94% -
XYZ 36.09 18.62 2.4 -
YUV 75.33 97.35 245.46 -
System Red Green Blue C M Y K H S L
Decimal 240 2 21 0 0.99 0.91 0.06 355.21 0.98 0.47
Hex F0 2 15 0 63 5B 6 163 62 2F
Octal 360 2 25 0 143 133 6 543 142 57
Binary 11110000 10 10101 0 1100011 1011011 110 101100011 1100010 101111

Color Harmonies of #F00215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00215

Black with #F00215

Text Example


Text Example

White with #F00215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00215; }

 p { color: rgb(240,2,21); }

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

background-color css

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

 a { background-color: rgb(240,2,21); }

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

border-color css

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

 span { border-color: rgb(240,2,21); }

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