Html Css Color HEX #F3091D Torch Red

📋 copy color: '#F3091D'

red 243 ◦ green 9 ◦ blue 29

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

Shades of Torch Red #F3091D

Tints of Torch Red #F3091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.32%

R = 86.48%
G = 3.2%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3091D (or 0xF3091D) is known color: Torch Red. HEX triplet: F3, 09 and 1D. RGB value is (243,9,29). Sum of RGB (Red+Green+Blue) = 243+9+29=281 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.48% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 243 - color contains mainly: red. Hex color #F3091D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3091D is #0CF6E2. Grayscale: #515151. Windows color (decimal): -849635 or 1903091. OLE color: 1903091.

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

Color convert

RGB 243 9 29 -
CMYK 0 0.96 0.88 0.05
HSL 354.87º 0.93% 0.49% -
HSV(B) 354.87º 0.96% 0.95% -
XYZ 37.28 19.34 2.93 -
YUV 81.25 98.52 243.37 -
System Red Green Blue C M Y K H S L
Decimal 243 9 29 0 0.96 0.88 0.05 354.87 0.93 0.49
Hex F3 9 1D 0 60 58 5 163 5D 31
Octal 363 11 35 0 140 130 5 543 135 61
Binary 11110011 1001 11101 0 1100000 1011000 101 101100011 1011101 110001

Color Harmonies of #F3091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3091D

Black with #F3091D

Text Example


Text Example

White with #F3091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3091D; }

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

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

background-color css

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

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

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

border-color css

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

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

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