Html Css Color HEX #FC092B Torch Red

📋 copy color: '#FC092B'

red 252 ◦ green 9 ◦ blue 43

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

Shades of Torch Red #FC092B

Tints of Torch Red #FC092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 82.89%
G = 2.96%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC092B (or 0xFC092B) is known color: Torch Red. HEX triplet: FC, 09 and 2B. RGB value is (252,9,43). Sum of RGB (Red+Green+Blue) = 252+9+43=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC092B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC092B is #03F6D4. Grayscale: #555555. Windows color (decimal): -259797 or 2820604. OLE color: 2820604.

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

Color convert

RGB 252 9 43 -
CMYK 0 0.96 0.83 0.01
HSL 351.6º 0.98% 0.51% -
HSV(B) 351.6º 0.96% 0.99% -
XYZ 40.68 21.07 4.21 -
YUV 85.53 104.01 246.74 -
System Red Green Blue C M Y K H S L
Decimal 252 9 43 0 0.96 0.83 0.01 351.6 0.98 0.51
Hex FC 9 2B 0 60 53 1 160 62 33
Octal 374 11 53 0 140 123 1 540 142 63
Binary 11111100 1001 101011 0 1100000 1010011 1 101100000 1100010 110011

Color Harmonies of #FC092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC092B

Black with #FC092B

Text Example


Text Example

White with #FC092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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