Html Css Color HEX #F00344 Torch Red

📋 copy color: '#F00344'

red 240 ◦ green 3 ◦ blue 68

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

Shades of Torch Red #F00344

Tints of Torch Red #F00344

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 68 (26.95% from 255) = 21.86%

R = 77.17%
G = 0.96%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F00344 (or 0xF00344) is known color: Torch Red. HEX triplet: F0, 03 and 44. RGB value is (240,3,68). Sum of RGB (Red+Green+Blue) = 240+3+68=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F00344 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00344 is #0FFCBB. Grayscale: #515151. Windows color (decimal): -1047740 or 4457456. OLE color: 4457456.

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

Color convert

RGB 240 3 68 -
CMYK 0 0.99 0.72 0.06
HSL 343.54º 0.98% 0.48% -
HSV(B) 343.54º 0.99% 0.94% -
XYZ 37.01 19.01 7.19 -
YUV 81.27 120.52 241.21 -
System Red Green Blue C M Y K H S L
Decimal 240 3 68 0 0.99 0.72 0.06 343.54 0.98 0.48
Hex F0 3 44 0 63 48 6 158 62 30
Octal 360 3 104 0 143 110 6 530 142 60
Binary 11110000 11 1000100 0 1100011 1001000 110 101011000 1100010 110000

Color Harmonies of #F00344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00344

Black with #F00344

Text Example


Text Example

White with #F00344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00344; }

 p { color: rgb(240,3,68); }

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

background-color css

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

 a { background-color: rgb(240,3,68); }

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

border-color css

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

 span { border-color: rgb(240,3,68); }

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