Html Css Color HEX #F31C33 Torch Red

📋 copy color: '#F31C33'

red 243 ◦ green 28 ◦ blue 51

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

Shades of Torch Red #F31C33

Tints of Torch Red #F31C33

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.7%

 BLUE value IS 51 (20.31% from 255) = 15.84%

R = 75.47%
G = 8.7%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F31C33 (or 0xF31C33) is known color: Torch Red. HEX triplet: F3, 1C and 33. RGB value is (243,28,51). Sum of RGB (Red+Green+Blue) = 243+28+51=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31C33 is #0CE3CC. Grayscale: #5F5F5F. Windows color (decimal): -844749 or 3349747. OLE color: 3349747.

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

Color convert

RGB 243 28 51 -
CMYK 0 0.88 0.79 0.05
HSL 353.58º 0.9% 0.53% -
HSV(B) 353.58º 0.88% 0.95% -
XYZ 37.97 20.12 5.01 -
YUV 94.91 103.23 233.63 -
System Red Green Blue C M Y K H S L
Decimal 243 28 51 0 0.88 0.79 0.05 353.58 0.9 0.53
Hex F3 1C 33 0 58 4F 5 162 5A 35
Octal 363 34 63 0 130 117 5 542 132 65
Binary 11110011 11100 110011 0 1011000 1001111 101 101100010 1011010 110101

Color Harmonies of #F31C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C33

Black with #F31C33

Text Example


Text Example

White with #F31C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C33; }

 p { color: rgb(243,28,51); }

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

background-color css

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

 a { background-color: rgb(243,28,51); }

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

border-color css

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

 span { border-color: rgb(243,28,51); }

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