Html Css Color HEX #FC100D Red

📋 copy color: '#FC100D'

red 252 ◦ green 16 ◦ blue 13

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

Shades of Red #FC100D

Tints of Red #FC100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

 BLUE value IS 13 (5.47% from 255) = 4.63%

R = 89.68%
G = 5.69%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC100D (or 0xFC100D) is known color: Red. HEX triplet: FC, 10 and 0D. RGB value is (252,16,13). Sum of RGB (Red+Green+Blue) = 252+16+13=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC100D is #03EFF2. Grayscale: #565656. Windows color (decimal): -258035 or 856316. OLE color: 856316.

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

Color convert

RGB 252 16 13 -
CMYK 0 0.94 0.95 0.01
HSL 0.75º 0.98% 0.52% -
HSV(B) 0.75º 0.95% 0.99% -
XYZ 40.4 21.1 2.32 -
YUV 86.22 86.69 246.24 -
System Red Green Blue C M Y K H S L
Decimal 252 16 13 0 0.94 0.95 0.01 0.75 0.98 0.52
Hex FC 10 D 0 5E 5F 1 1 62 34
Octal 374 20 15 0 136 137 1 1 142 64
Binary 11111100 10000 1101 0 1011110 1011111 1 1 1100010 110100

Color Harmonies of #FC100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC100D

Black with #FC100D

Text Example


Text Example

White with #FC100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC100D; }

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

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

background-color css

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

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

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

border-color css

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

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

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