Html Css Color HEX #F00213 Torch Red

📋 copy color: '#F00213'

red 240 ◦ green 2 ◦ blue 19

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

Shades of Torch Red #F00213

Tints of Torch Red #F00213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.28%

R = 91.95%
G = 0.77%
B = 7.28%

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

#F00213 (or 0xF00213) is known color: Torch Red. HEX triplet: F0, 02 and 13. RGB value is (240,2,19). Sum of RGB (Red+Green+Blue) = 240+2+19=261 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.95% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 240 - color contains mainly: red. Hex color #F00213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00213 is #0FFDEC. Grayscale: #4B4B4B. Windows color (decimal): -1048045 or 1245936. OLE color: 1245936.

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

Color convert

RGB 240 2 19 -
CMYK 0 0.99 0.92 0.06
HSL 355.71º 0.98% 0.47% -
HSV(B) 355.71º 0.99% 0.94% -
XYZ 36.07 18.62 2.31 -
YUV 75.1 96.35 245.62 -
System Red Green Blue C M Y K H S L
Decimal 240 2 19 0 0.99 0.92 0.06 355.71 0.98 0.47
Hex F0 2 13 0 63 5C 6 164 62 2F
Octal 360 2 23 0 143 134 6 544 142 57
Binary 11110000 10 10011 0 1100011 1011100 110 101100100 1100010 101111

Color Harmonies of #F00213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00213

Black with #F00213

Text Example


Text Example

White with #F00213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00213; }

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

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

background-color css

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

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

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

border-color css

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

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

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