Html Css Color HEX #F30838 Torch Red

📋 copy color: '#F30838'

red 243 ◦ green 8 ◦ blue 56

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

Shades of Torch Red #F30838

Tints of Torch Red #F30838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.24%

R = 79.15%
G = 2.61%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F30838 (or 0xF30838) is known color: Torch Red. HEX triplet: F3, 08 and 38. RGB value is (243,8,56). Sum of RGB (Red+Green+Blue) = 243+8+56=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F30838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30838 is #0CF7C7. Grayscale: #535353. Windows color (decimal): -849864 or 3672307. OLE color: 3672307.

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

Color convert

RGB 243 8 56 -
CMYK 0 0.97 0.77 0.05
HSL 347.74º 0.94% 0.49% -
HSV(B) 347.74º 0.97% 0.95% -
XYZ 37.76 19.51 5.52 -
YUV 83.74 112.36 241.6 -
System Red Green Blue C M Y K H S L
Decimal 243 8 56 0 0.97 0.77 0.05 347.74 0.94 0.49
Hex F3 8 38 0 61 4D 5 15C 5E 31
Octal 363 10 70 0 141 115 5 534 136 61
Binary 11110011 1000 111000 0 1100001 1001101 101 101011100 1011110 110001

Color Harmonies of #F30838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30838

Black with #F30838

Text Example


Text Example

White with #F30838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30838; }

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

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

background-color css

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

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

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

border-color css

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

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

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