Html Css Color HEX #F3151B Torch Red

📋 copy color: '#F3151B'

red 243 ◦ green 21 ◦ blue 27

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

Shades of Torch Red #F3151B

Tints of Torch Red #F3151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.22%

 BLUE value IS 27 (10.94% from 255) = 9.28%

R = 83.51%
G = 7.22%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F3151B (or 0xF3151B) is known color: Torch Red. HEX triplet: F3, 15 and 1B. RGB value is (243,21,27). Sum of RGB (Red+Green+Blue) = 243+21+27=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F3151B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3151B is #0CEAE4. Grayscale: #585858. Windows color (decimal): -846565 or 1775091. OLE color: 1775091.

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

Color convert

RGB 243 21 27 -
CMYK 0 0.91 0.89 0.05
HSL 358.38º 0.9% 0.52% -
HSV(B) 358.38º 0.91% 0.95% -
XYZ 37.43 19.67 2.86 -
YUV 88.06 93.55 238.51 -
System Red Green Blue C M Y K H S L
Decimal 243 21 27 0 0.91 0.89 0.05 358.38 0.9 0.52
Hex F3 15 1B 0 5B 59 5 166 5A 34
Octal 363 25 33 0 133 131 5 546 132 64
Binary 11110011 10101 11011 0 1011011 1011001 101 101100110 1011010 110100

Color Harmonies of #F3151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3151B

Black with #F3151B

Text Example


Text Example

White with #F3151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3151B; }

 p { color: rgb(243,21,27); }

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

background-color css

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

 a { background-color: rgb(243,21,27); }

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

border-color css

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

 span { border-color: rgb(243,21,27); }

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