Html Css Color HEX #F00219 Torch Red

📋 copy color: '#F00219'

red 240 ◦ green 2 ◦ blue 25

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

Shades of Torch Red #F00219

Tints of Torch Red #F00219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.36%

R = 89.89%
G = 0.75%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F00219 (or 0xF00219) is known color: Torch Red. HEX triplet: F0, 02 and 19. RGB value is (240,2,25). Sum of RGB (Red+Green+Blue) = 240+2+25=267 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.89% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 240 - color contains mainly: red. Hex color #F00219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00219 is #0FFDE6. Grayscale: #4B4B4B. Windows color (decimal): -1048039 or 1639152. OLE color: 1639152.

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

Color convert

RGB 240 2 25 -
CMYK 0 0.99 0.90 0.06
HSL 354.2º 0.98% 0.47% -
HSV(B) 354.2º 0.99% 0.94% -
XYZ 36.13 18.64 2.61 -
YUV 75.78 99.35 245.13 -
System Red Green Blue C M Y K H S L
Decimal 240 2 25 0 0.99 0.90 0.06 354.2 0.98 0.47
Hex F0 2 19 0 63 5A 6 162 62 2F
Octal 360 2 31 0 143 132 6 542 142 57
Binary 11110000 10 11001 0 1100011 1011010 110 101100010 1100010 101111

Color Harmonies of #F00219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00219

Black with #F00219

Text Example


Text Example

White with #F00219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00219; }

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

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

background-color css

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

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

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

border-color css

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

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

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