Html Css Color HEX #FC091E Torch Red

📋 copy color: '#FC091E'

red 252 ◦ green 9 ◦ blue 30

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

Shades of Torch Red #FC091E

Tints of Torch Red #FC091E

RGB

 RED value IS 252 (98.83% from 255) = 86.6%

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

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

R = 86.6%
G = 3.09%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC091E (or 0xFC091E) is known color: Torch Red. HEX triplet: FC, 09 and 1E. RGB value is (252,9,30). Sum of RGB (Red+Green+Blue) = 252+9+30=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC091E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC091E is #03F6E1. Grayscale: #545454. Windows color (decimal): -259810 or 1968636. OLE color: 1968636.

HSL color Cylindrical-coordinate representation of color #FC091E: hue angle of 354.81º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC091E is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 9 30 -
CMYK 0 0.96 0.88 0.01
HSL 354.81º 0.98% 0.51% -
HSV(B) 354.81º 0.96% 0.99% -
XYZ 40.48 20.98 3.15 -
YUV 84.05 97.51 247.79 -
System Red Green Blue C M Y K H S L
Decimal 252 9 30 0 0.96 0.88 0.01 354.81 0.98 0.51
Hex FC 9 1E 0 60 58 1 163 62 33
Octal 374 11 36 0 140 130 1 543 142 63
Binary 11111100 1001 11110 0 1100000 1011000 1 101100011 1100010 110011

Color Harmonies of #FC091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC091E

Black with #FC091E

Text Example


Text Example

White with #FC091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC091E; }

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

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

background-color css

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

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

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

border-color css

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

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

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