Html Css Color HEX #F00214 Torch Red

📋 copy color: '#F00214'

red 240 ◦ green 2 ◦ blue 20

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

Shades of Torch Red #F00214

Tints of Torch Red #F00214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.63%

R = 91.6%
G = 0.76%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F00214 (or 0xF00214) is known color: Torch Red. HEX triplet: F0, 02 and 14. RGB value is (240,2,20). Sum of RGB (Red+Green+Blue) = 240+2+20=262 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.60% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 240 - color contains mainly: red. Hex color #F00214 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00214 is #0FFDEB. Grayscale: #4B4B4B. Windows color (decimal): -1048044 or 1311472. OLE color: 1311472.

HSL color Cylindrical-coordinate representation of color #F00214: hue angle of 355.46º 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 #F00214 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 20 -
CMYK 0 0.99 0.92 0.06
HSL 355.46º 0.98% 0.47% -
HSV(B) 355.46º 0.99% 0.94% -
XYZ 36.08 18.62 2.35 -
YUV 75.21 96.85 245.54 -
System Red Green Blue C M Y K H S L
Decimal 240 2 20 0 0.99 0.92 0.06 355.46 0.98 0.47
Hex F0 2 14 0 63 5C 6 163 62 2F
Octal 360 2 24 0 143 134 6 543 142 57
Binary 11110000 10 10100 0 1100011 1011100 110 101100011 1100010 101111

Color Harmonies of #F00214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00214

Black with #F00214

Text Example


Text Example

White with #F00214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00214; }

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

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

background-color css

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

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

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

border-color css

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

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

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