Html Css Color HEX #F30820 Torch Red

📋 copy color: '#F30820'

red 243 ◦ green 8 ◦ blue 32

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

Shades of Torch Red #F30820

Tints of Torch Red #F30820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 85.87%
G = 2.83%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F30820 (or 0xF30820) is known color: Torch Red. HEX triplet: F3, 08 and 20. RGB value is (243,8,32). Sum of RGB (Red+Green+Blue) = 243+8+32=283 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.87% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 243 - color contains mainly: red. Hex color #F30820 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30820 is #0CF7DF. Grayscale: #515151. Windows color (decimal): -849888 or 2099443. OLE color: 2099443.

HSL color Cylindrical-coordinate representation of color #F30820: hue angle of 353.87º 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 #F30820 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 8 32 -
CMYK 0 0.97 0.87 0.05
HSL 353.87º 0.94% 0.49% -
HSV(B) 353.87º 0.97% 0.95% -
XYZ 37.31 19.33 3.13 -
YUV 81 100.36 243.55 -
System Red Green Blue C M Y K H S L
Decimal 243 8 32 0 0.97 0.87 0.05 353.87 0.94 0.49
Hex F3 8 20 0 61 57 5 162 5E 31
Octal 363 10 40 0 141 127 5 542 136 61
Binary 11110011 1000 100000 0 1100001 1010111 101 101100010 1011110 110001

Color Harmonies of #F30820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30820

Black with #F30820

Text Example


Text Example

White with #F30820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30820; }

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

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

background-color css

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

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

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

border-color css

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

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

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