Html Css Color HEX #F00224 Torch Red

📋 copy color: '#F00224'

red 240 ◦ green 2 ◦ blue 36

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

Shades of Torch Red #F00224

Tints of Torch Red #F00224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 86.33%
G = 0.72%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F00224 (or 0xF00224) is known color: Torch Red. HEX triplet: F0, 02 and 24. RGB value is (240,2,36). Sum of RGB (Red+Green+Blue) = 240+2+36=278 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.33% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 240 - color contains mainly: red. Hex color #F00224 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00224 is #0FFDDB. Grayscale: #4D4D4D. Windows color (decimal): -1048028 or 2360048. OLE color: 2360048.

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

Color convert

RGB 240 2 36 -
CMYK 0 0.99 0.85 0.06
HSL 351.43º 0.98% 0.47% -
HSV(B) 351.43º 0.99% 0.94% -
XYZ 36.28 18.7 3.37 -
YUV 77.04 104.85 244.24 -
System Red Green Blue C M Y K H S L
Decimal 240 2 36 0 0.99 0.85 0.06 351.43 0.98 0.47
Hex F0 2 24 0 63 55 6 15F 62 2F
Octal 360 2 44 0 143 125 6 537 142 57
Binary 11110000 10 100100 0 1100011 1010101 110 101011111 1100010 101111

Color Harmonies of #F00224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00224

Black with #F00224

Text Example


Text Example

White with #F00224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00224; }

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

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

background-color css

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

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

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

border-color css

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

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

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