Html Css Color HEX #F00029 Torch Red

📋 copy color: '#F00029'

red 240 ◦ green 0 ◦ blue 41

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

Shades of Torch Red #F00029

Tints of Torch Red #F00029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 85.41%
G = 0%
B = 14.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F00029 (or 0xF00029) is known color: Torch Red. HEX triplet: F0, 00 and 29. RGB value is (240,0,41). Sum of RGB (Red+Green+Blue) = 240+0+41=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F00029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00029 is #0FFFD6. Grayscale: #4C4C4C. Windows color (decimal): -1048535 or 2687216. OLE color: 2687216.

HSL color Cylindrical-coordinate representation of color #F00029: hue angle of 349.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00029 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 0 41 -
CMYK 0 1 0.83 0.06
HSL 349.75º 1% 0.47% -
HSV(B) 349.75º 1% 0.94% -
XYZ 36.34 18.69 3.79 -
YUV 76.43 108.01 244.67 -
System Red Green Blue C M Y K H S L
Decimal 240 0 41 0 1 0.83 0.06 349.75 1 0.47
Hex F0 0 29 0 64 53 6 15E 64 2F
Octal 360 0 51 0 144 123 6 536 144 57
Binary 11110000 0 101001 0 1100100 1010011 110 101011110 1100100 101111

Color Harmonies of #F00029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00029

Black with #F00029

Text Example


Text Example

White with #F00029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00029; }

 p { color: rgb(240,0,41); }

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

background-color css

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

 a { background-color: rgb(240,0,41); }

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

border-color css

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

 span { border-color: rgb(240,0,41); }

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