Html Css Color HEX #F30E37 Torch Red

📋 copy color: '#F30E37'

red 243 ◦ green 14 ◦ blue 55

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

Shades of Torch Red #F30E37

Tints of Torch Red #F30E37

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.49%

 BLUE value IS 55 (21.88% from 255) = 17.63%

R = 77.88%
G = 4.49%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F30E37 (or 0xF30E37) is known color: Torch Red. HEX triplet: F3, 0E and 37. RGB value is (243,14,55). Sum of RGB (Red+Green+Blue) = 243+14+55=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F30E37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30E37 is #0CF1C8. Grayscale: #575757. Windows color (decimal): -848329 or 3608307. OLE color: 3608307.

HSL color Cylindrical-coordinate representation of color #F30E37: hue angle of 349.26º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30E37 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 14 55 -
CMYK 0 0.94 0.77 0.05
HSL 349.26º 0.91% 0.5% -
HSV(B) 349.26º 0.94% 0.95% -
XYZ 37.81 19.64 5.41 -
YUV 87.15 109.87 239.17 -
System Red Green Blue C M Y K H S L
Decimal 243 14 55 0 0.94 0.77 0.05 349.26 0.91 0.5
Hex F3 E 37 0 5E 4D 5 15D 5B 32
Octal 363 16 67 0 136 115 5 535 133 62
Binary 11110011 1110 110111 0 1011110 1001101 101 101011101 1011011 110010

Color Harmonies of #F30E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30E37

Black with #F30E37

Text Example


Text Example

White with #F30E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30E37; }

 p { color: rgb(243,14,55); }

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

background-color css

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

 a { background-color: rgb(243,14,55); }

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

border-color css

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

 span { border-color: rgb(243,14,55); }

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