Html Css Color HEX #F2091E Torch Red

📋 copy color: '#F2091E'

red 242 ◦ green 9 ◦ blue 30

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

Shades of Torch Red #F2091E

Tints of Torch Red #F2091E

RGB

 RED value IS 242 (94.92% from 255) = 86.12%

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

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 86.12%
G = 3.2%
B = 10.68%

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

#F2091E (or 0xF2091E) is known color: Torch Red. HEX triplet: F2, 09 and 1E. RGB value is (242,9,30). Sum of RGB (Red+Green+Blue) = 242+9+30=281 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.12% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 242 - color contains mainly: red. Hex color #F2091E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2091E is #0DF6E1. Grayscale: #515151. Windows color (decimal): -915170 or 1968626. OLE color: 1968626.

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

Color convert

RGB 242 9 30 -
CMYK 0 0.96 0.88 0.05
HSL 354.59º 0.93% 0.49% -
HSV(B) 354.59º 0.96% 0.95% -
XYZ 36.95 19.17 2.98 -
YUV 81.06 99.19 242.79 -
System Red Green Blue C M Y K H S L
Decimal 242 9 30 0 0.96 0.88 0.05 354.59 0.93 0.49
Hex F2 9 1E 0 60 58 5 163 5D 31
Octal 362 11 36 0 140 130 5 543 135 61
Binary 11110010 1001 11110 0 1100000 1011000 101 101100011 1011101 110001

Color Harmonies of #F2091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2091E

Black with #F2091E

Text Example


Text Example

White with #F2091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2091E; }

 p { color: rgb(242,9,30); }

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

background-color css

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

 a { background-color: rgb(242,9,30); }

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

border-color css

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

 span { border-color: rgb(242,9,30); }

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