Html Css Color HEX #F00424 Torch Red

📋 copy color: '#F00424'

red 240 ◦ green 4 ◦ blue 36

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

Shades of Torch Red #F00424

Tints of Torch Red #F00424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 85.71%
G = 1.43%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F00424 (or 0xF00424) is known color: Torch Red. HEX triplet: F0, 04 and 24. RGB value is (240,4,36). Sum of RGB (Red+Green+Blue) = 240+4+36=280 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.71% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 240 - color contains mainly: red. Hex color #F00424 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00424 is #0FFBDB. Grayscale: #4E4E4E. Windows color (decimal): -1047516 or 2360560. OLE color: 2360560.

HSL color Cylindrical-coordinate representation of color #F00424: hue angle of 351.86º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00424 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 36 -
CMYK 0 0.98 0.85 0.06
HSL 351.86º 0.97% 0.48% -
HSV(B) 351.86º 0.98% 0.94% -
XYZ 36.3 18.74 3.37 -
YUV 78.21 104.19 243.4 -
System Red Green Blue C M Y K H S L
Decimal 240 4 36 0 0.98 0.85 0.06 351.86 0.97 0.48
Hex F0 4 24 0 62 55 6 160 61 30
Octal 360 4 44 0 142 125 6 540 141 60
Binary 11110000 100 100100 0 1100010 1010101 110 101100000 1100001 110000

Color Harmonies of #F00424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00424

Black with #F00424

Text Example


Text Example

White with #F00424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00424; }

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

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

background-color css

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

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

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

border-color css

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

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

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