Html Css Color HEX #FC0D00 Red

📋 copy color: '#FC0D00'

red 252 ◦ green 13 ◦ blue 0

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

Shades of Red #FC0D00

Tints of Red #FC0D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.09%
G = 4.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC0D00 (or 0xFC0D00) is known color: Red. HEX triplet: FC, 0D and 00. RGB value is (252,13,0). Sum of RGB (Red+Green+Blue) = 252+13+0=265 (35% of max value = 765). Red value is 252 (98.83% from 255 or 95.09% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0D00 is #03F2FF. Grayscale: #535353. Windows color (decimal): -258816 or 3580. OLE color: 3580.

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

Color convert

RGB 252 13 0 -
CMYK 0 0.95 1 0.01
HSL 3.1º 1% 0.49% -
HSV(B) 3.1º 1% 0.99% -
XYZ 40.29 20.98 1.93 -
YUV 82.98 81.18 248.56 -
System Red Green Blue C M Y K H S L
Decimal 252 13 0 0 0.95 1 0.01 3.1 1 0.49
Hex FC D 0 0 5F 64 1 3 64 31
Octal 374 15 0 0 137 144 1 3 144 61
Binary 11111100 1101 0 0 1011111 1100100 1 11 1100100 110001

Color Harmonies of #FC0D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0D00

Black with #FC0D00

Text Example


Text Example

White with #FC0D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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