Html Css Color HEX #F3091B Torch Red

📋 copy color: '#F3091B'

red 243 ◦ green 9 ◦ blue 27

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

Shades of Torch Red #F3091B

Tints of Torch Red #F3091B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

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

R = 87.1%
G = 3.23%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F3091B (or 0xF3091B) is known color: Torch Red. HEX triplet: F3, 09 and 1B. RGB value is (243,9,27). Sum of RGB (Red+Green+Blue) = 243+9+27=279 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.10% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 243 - color contains mainly: red. Hex color #F3091B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3091B is #0CF6E4. Grayscale: #515151. Windows color (decimal): -849637 or 1772019. OLE color: 1772019.

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

Color convert

RGB 243 9 27 -
CMYK 0 0.96 0.89 0.05
HSL 355.38º 0.93% 0.49% -
HSV(B) 355.38º 0.96% 0.95% -
XYZ 37.26 19.33 2.8 -
YUV 81.02 97.52 243.54 -
System Red Green Blue C M Y K H S L
Decimal 243 9 27 0 0.96 0.89 0.05 355.38 0.93 0.49
Hex F3 9 1B 0 60 59 5 163 5D 31
Octal 363 11 33 0 140 131 5 543 135 61
Binary 11110011 1001 11011 0 1100000 1011001 101 101100011 1011101 110001

Color Harmonies of #F3091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3091B

Black with #F3091B

Text Example


Text Example

White with #F3091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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