Html Css Color HEX #FC0D1A Torch Red

📋 copy color: '#FC0D1A'

red 252 ◦ green 13 ◦ blue 26

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

Shades of Torch Red #FC0D1A

Tints of Torch Red #FC0D1A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.47%

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 86.6%
G = 4.47%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC0D1A (or 0xFC0D1A) is known color: Torch Red. HEX triplet: FC, 0D and 1A. RGB value is (252,13,26). Sum of RGB (Red+Green+Blue) = 252+13+26=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0D1A is #03F2E5. Grayscale: #565656. Windows color (decimal): -258790 or 1707516. OLE color: 1707516.

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

Color convert

RGB 252 13 26 -
CMYK 0 0.95 0.90 0.01
HSL 356.74º 0.98% 0.52% -
HSV(B) 356.74º 0.95% 0.99% -
XYZ 40.48 21.06 2.91 -
YUV 85.94 94.18 246.44 -
System Red Green Blue C M Y K H S L
Decimal 252 13 26 0 0.95 0.90 0.01 356.74 0.98 0.52
Hex FC D 1A 0 5F 5A 1 165 62 34
Octal 374 15 32 0 137 132 1 545 142 64
Binary 11111100 1101 11010 0 1011111 1011010 1 101100101 1100010 110100

Color Harmonies of #FC0D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0D1A

Black with #FC0D1A

Text Example


Text Example

White with #FC0D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0D1A; }

 p { color: rgb(252,13,26); }

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

background-color css

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

 a { background-color: rgb(252,13,26); }

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

border-color css

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

 span { border-color: rgb(252,13,26); }

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