Html Css Color HEX #F00715 Torch Red

📋 copy color: '#F00715'

red 240 ◦ green 7 ◦ blue 21

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

Shades of Torch Red #F00715

Tints of Torch Red #F00715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.61%

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

R = 89.55%
G = 2.61%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F00715 (or 0xF00715) is known color: Torch Red. HEX triplet: F0, 07 and 15. RGB value is (240,7,21). Sum of RGB (Red+Green+Blue) = 240+7+21=268 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.55% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 240 - color contains mainly: red. Hex color #F00715 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00715 is #0FF8EA. Grayscale: #4E4E4E. Windows color (decimal): -1046763 or 1378288. OLE color: 1378288.

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

Color convert

RGB 240 7 21 -
CMYK 0 0.97 0.91 0.06
HSL 356.39º 0.94% 0.48% -
HSV(B) 356.39º 0.97% 0.94% -
XYZ 36.15 18.73 2.42 -
YUV 78.26 95.69 243.36 -
System Red Green Blue C M Y K H S L
Decimal 240 7 21 0 0.97 0.91 0.06 356.39 0.94 0.48
Hex F0 7 15 0 61 5B 6 164 5E 30
Octal 360 7 25 0 141 133 6 544 136 60
Binary 11110000 111 10101 0 1100001 1011011 110 101100100 1011110 110000

Color Harmonies of #F00715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00715

Black with #F00715

Text Example


Text Example

White with #F00715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00715; }

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

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

background-color css

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

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

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

border-color css

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

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

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