Html Css Color HEX #FC0D0B Red

📋 copy color: '#FC0D0B'

red 252 ◦ green 13 ◦ blue 11

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

Shades of Red #FC0D0B

Tints of Red #FC0D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.99%

R = 91.3%
G = 4.71%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC0D0B (or 0xFC0D0B) is known color: Red. HEX triplet: FC, 0D and 0B. RGB value is (252,13,11). Sum of RGB (Red+Green+Blue) = 252+13+11=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0D0B is #03F2F4. Grayscale: #545454. Windows color (decimal): -258805 or 724476. OLE color: 724476.

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

Color convert

RGB 252 13 11 -
CMYK 0 0.95 0.96 0.01
HSL 0.5º 0.98% 0.52% -
HSV(B) 0.5º 0.96% 0.99% -
XYZ 40.35 21.01 2.24 -
YUV 84.23 86.68 247.66 -
System Red Green Blue C M Y K H S L
Decimal 252 13 11 0 0.95 0.96 0.01 0.5 0.98 0.52
Hex FC D B 0 5F 60 1 0 62 34
Octal 374 15 13 0 137 140 1 0 142 64
Binary 11111100 1101 1011 0 1011111 1100000 1 0 1100010 110100

Color Harmonies of #FC0D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0D0B

Black with #FC0D0B

Text Example


Text Example

White with #FC0D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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