Html Css Color HEX #FC0308 Torch Red

📋 copy color: '#FC0308'

red 252 ◦ green 3 ◦ blue 8

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

Shades of Torch Red #FC0308

Tints of Torch Red #FC0308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.04%

R = 95.82%
G = 1.14%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC0308 (or 0xFC0308) is known color: Torch Red. HEX triplet: FC, 03 and 08. RGB value is (252,3,8). Sum of RGB (Red+Green+Blue) = 252+3+8=263 (34% of max value = 765). Red value is 252 (98.83% from 255 or 95.82% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0308 is #03FCF7. Grayscale: #4E4E4E. Windows color (decimal): -261368 or 525308. OLE color: 525308.

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

Color convert

RGB 252 3 8 -
CMYK 0 0.99 0.97 0.01
HSL 358.8º 0.98% 0.5% -
HSV(B) 358.8º 0.99% 0.99% -
XYZ 40.22 20.78 2.12 -
YUV 78.02 88.49 252.09 -
System Red Green Blue C M Y K H S L
Decimal 252 3 8 0 0.99 0.97 0.01 358.8 0.98 0.5
Hex FC 3 8 0 63 61 1 167 62 32
Octal 374 3 10 0 143 141 1 547 142 62
Binary 11111100 11 1000 0 1100011 1100001 1 101100111 1100010 110010

Color Harmonies of #FC0308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0308

Black with #FC0308

Text Example


Text Example

White with #FC0308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0308; }

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

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

background-color css

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

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

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

border-color css

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

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

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