Html Css Color HEX #F00015 Torch Red

📋 copy color: '#F00015'

red 240 ◦ green 0 ◦ blue 21

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

Shades of Torch Red #F00015

Tints of Torch Red #F00015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.95%
G = 0%
B = 8.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F00015 (or 0xF00015) is known color: Torch Red. HEX triplet: F0, 00 and 15. RGB value is (240,0,21). Sum of RGB (Red+Green+Blue) = 240+0+21=261 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.95% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 240 - color contains mainly: red. Hex color #F00015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00015 is #0FFFEA. Grayscale: #4A4A4A. Windows color (decimal): -1048555 or 1376496. OLE color: 1376496.

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

Color convert

RGB 240 0 21 -
CMYK 0 1 0.91 0.06
HSL 354.75º 1% 0.47% -
HSV(B) 354.75º 1% 0.94% -
XYZ 36.07 18.58 2.39 -
YUV 74.15 98.01 246.29 -
System Red Green Blue C M Y K H S L
Decimal 240 0 21 0 1 0.91 0.06 354.75 1 0.47
Hex F0 0 15 0 64 5B 6 163 64 2F
Octal 360 0 25 0 144 133 6 543 144 57
Binary 11110000 0 10101 0 1100100 1011011 110 101100011 1100100 101111

Color Harmonies of #F00015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00015

Black with #F00015

Text Example


Text Example

White with #F00015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00015; }

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

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

background-color css

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

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

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

border-color css

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

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

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