Html Css Color HEX #F30344 Torch Red

📋 copy color: '#F30344'

red 243 ◦ green 3 ◦ blue 68

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

Shades of Torch Red #F30344

Tints of Torch Red #F30344

RGB

 RED value IS 243 (95.31% from 255) = 77.39%

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

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

R = 77.39%
G = 0.96%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F30344 (or 0xF30344) is known color: Torch Red. HEX triplet: F3, 03 and 44. RGB value is (243,3,68). Sum of RGB (Red+Green+Blue) = 243+3+68=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F30344 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30344 is #0CFCBB. Grayscale: #525252. Windows color (decimal): -851132 or 4457459. OLE color: 4457459.

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

Color convert

RGB 243 3 68 -
CMYK 0 0.99 0.72 0.05
HSL 343.75º 0.98% 0.48% -
HSV(B) 343.75º 0.99% 0.95% -
XYZ 38.04 19.54 7.24 -
YUV 82.17 120.01 242.71 -
System Red Green Blue C M Y K H S L
Decimal 243 3 68 0 0.99 0.72 0.05 343.75 0.98 0.48
Hex F3 3 44 0 63 48 5 158 62 30
Octal 363 3 104 0 143 110 5 530 142 60
Binary 11110011 11 1000100 0 1100011 1001000 101 101011000 1100010 110000

Color Harmonies of #F30344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30344

Black with #F30344

Text Example


Text Example

White with #F30344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30344; }

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

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

background-color css

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

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

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

border-color css

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

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

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