Html Css Color HEX #FC0D04 Red

📋 copy color: '#FC0D04'

red 252 ◦ green 13 ◦ blue 4

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

Shades of Red #FC0D04

Tints of Red #FC0D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 93.68%
G = 4.83%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC0D04 (or 0xFC0D04) is known color: Red. HEX triplet: FC, 0D and 04. RGB value is (252,13,4). Sum of RGB (Red+Green+Blue) = 252+13+4=269 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.68% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0D04 is #03F2FB. Grayscale: #535353. Windows color (decimal): -258812 or 265724. OLE color: 265724.

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

Color convert

RGB 252 13 4 -
CMYK 0 0.95 0.98 0.01
HSL 2.18º 0.98% 0.5% -
HSV(B) 2.18º 0.98% 0.99% -
XYZ 40.31 20.99 2.04 -
YUV 83.44 83.18 248.23 -
System Red Green Blue C M Y K H S L
Decimal 252 13 4 0 0.95 0.98 0.01 2.18 0.98 0.5
Hex FC D 4 0 5F 62 1 2 62 32
Octal 374 15 4 0 137 142 1 2 142 62
Binary 11111100 1101 100 0 1011111 1100010 1 10 1100010 110010

Color Harmonies of #FC0D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0D04

Black with #FC0D04

Text Example


Text Example

White with #FC0D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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