Html Css Color HEX #FC030C Torch Red

📋 copy color: '#FC030C'

red 252 ◦ green 3 ◦ blue 12

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

Shades of Torch Red #FC030C

Tints of Torch Red #FC030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.49%

R = 94.38%
G = 1.12%
B = 4.49%

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

#FC030C (or 0xFC030C) is known color: Torch Red. HEX triplet: FC, 03 and 0C. RGB value is (252,3,12). Sum of RGB (Red+Green+Blue) = 252+3+12=267 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.38% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 252 - color contains mainly: red. Hex color #FC030C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC030C is #03FCF3. Grayscale: #4E4E4E. Windows color (decimal): -261364 or 787452. OLE color: 787452.

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

Color convert

RGB 252 3 12 -
CMYK 0 0.99 0.95 0.01
HSL 357.83º 0.98% 0.5% -
HSV(B) 357.83º 0.99% 0.99% -
XYZ 40.24 20.79 2.24 -
YUV 78.48 90.49 251.77 -
System Red Green Blue C M Y K H S L
Decimal 252 3 12 0 0.99 0.95 0.01 357.83 0.98 0.5
Hex FC 3 C 0 63 5F 1 166 62 32
Octal 374 3 14 0 143 137 1 546 142 62
Binary 11111100 11 1100 0 1100011 1011111 1 101100110 1100010 110010

Color Harmonies of #FC030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC030C

Black with #FC030C

Text Example


Text Example

White with #FC030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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