Html Css Color HEX #F30832 Torch Red

📋 copy color: '#F30832'

red 243 ◦ green 8 ◦ blue 50

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

Shades of Torch Red #F30832

Tints of Torch Red #F30832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.66%

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 80.73%
G = 2.66%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F30832 (or 0xF30832) is known color: Torch Red. HEX triplet: F3, 08 and 32. RGB value is (243,8,50). Sum of RGB (Red+Green+Blue) = 243+8+50=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F30832 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30832 is #0CF7CD. Grayscale: #535353. Windows color (decimal): -849870 or 3279091. OLE color: 3279091.

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

Color convert

RGB 243 8 50 -
CMYK 0 0.97 0.79 0.05
HSL 349.28º 0.94% 0.49% -
HSV(B) 349.28º 0.97% 0.95% -
XYZ 37.62 19.46 4.79 -
YUV 83.05 109.36 242.08 -
System Red Green Blue C M Y K H S L
Decimal 243 8 50 0 0.97 0.79 0.05 349.28 0.94 0.49
Hex F3 8 32 0 61 4F 5 15D 5E 31
Octal 363 10 62 0 141 117 5 535 136 61
Binary 11110011 1000 110010 0 1100001 1001111 101 101011101 1011110 110001

Color Harmonies of #F30832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30832

Black with #F30832

Text Example


Text Example

White with #F30832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30832; }

 p { color: rgb(243,8,50); }

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

background-color css

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

 a { background-color: rgb(243,8,50); }

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

border-color css

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

 span { border-color: rgb(243,8,50); }

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