Html Css Color HEX #F00129 Torch Red

📋 copy color: '#F00129'

red 240 ◦ green 1 ◦ blue 41

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

Shades of Torch Red #F00129

Tints of Torch Red #F00129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 85.11%
G = 0.35%
B = 14.54%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F00129 (or 0xF00129) is known color: Torch Red. HEX triplet: F0, 01 and 29. RGB value is (240,1,41). Sum of RGB (Red+Green+Blue) = 240+1+41=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F00129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00129 is #0FFED6. Grayscale: #4D4D4D. Windows color (decimal): -1048279 or 2687472. OLE color: 2687472.

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

Color convert

RGB 240 1 41 -
CMYK 0 1.00 0.83 0.06
HSL 349.96º 0.99% 0.47% -
HSV(B) 349.96º 1% 0.94% -
XYZ 36.35 18.71 3.79 -
YUV 77.02 107.68 244.25 -
System Red Green Blue C M Y K H S L
Decimal 240 1 41 0 1.00 0.83 0.06 349.96 0.99 0.47
Hex F0 1 29 0 64 53 6 15E 63 2F
Octal 360 1 51 0 144 123 6 536 143 57
Binary 11110000 1 101001 0 1100100 1010011 110 101011110 1100011 101111

Color Harmonies of #F00129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00129

Black with #F00129

Text Example


Text Example

White with #F00129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00129; }

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

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

background-color css

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

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

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

border-color css

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

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

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