Html Css Color HEX #FC030D Torch Red

📋 copy color: '#FC030D'

red 252 ◦ green 3 ◦ blue 13

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

Shades of Torch Red #FC030D

Tints of Torch Red #FC030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 13 (5.47% from 255) = 4.85%

R = 94.03%
G = 1.12%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC030D (or 0xFC030D) is known color: Torch Red. HEX triplet: FC, 03 and 0D. RGB value is (252,3,13). Sum of RGB (Red+Green+Blue) = 252+3+13=268 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.03% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 252 - color contains mainly: red. Hex color #FC030D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC030D is #03FCF2. Grayscale: #4E4E4E. Windows color (decimal): -261363 or 852988. OLE color: 852988.

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

Color convert

RGB 252 3 13 -
CMYK 0 0.99 0.95 0.01
HSL 357.59º 0.98% 0.5% -
HSV(B) 357.59º 0.99% 0.99% -
XYZ 40.25 20.79 2.27 -
YUV 78.59 90.99 251.69 -
System Red Green Blue C M Y K H S L
Decimal 252 3 13 0 0.99 0.95 0.01 357.59 0.98 0.5
Hex FC 3 D 0 63 5F 1 166 62 32
Octal 374 3 15 0 143 137 1 546 142 62
Binary 11111100 11 1101 0 1100011 1011111 1 101100110 1100010 110010

Color Harmonies of #FC030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC030D

Black with #FC030D

Text Example


Text Example

White with #FC030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC030D; }

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

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

background-color css

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

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

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

border-color css

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

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

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