Html Css Color HEX #FC130B Red

📋 copy color: '#FC130B'

red 252 ◦ green 19 ◦ blue 11

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

Shades of Red #FC130B

Tints of Red #FC130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

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

R = 89.36%
G = 6.74%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC130B (or 0xFC130B) is known color: Red. HEX triplet: FC, 13 and 0B. RGB value is (252,19,11). Sum of RGB (Red+Green+Blue) = 252+19+11=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC130B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC130B is #03ECF4. Grayscale: #585858. Windows color (decimal): -257269 or 726012. OLE color: 726012.

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

Color convert

RGB 252 19 11 -
CMYK 0 0.92 0.96 0.01
HSL 1.99º 0.98% 0.52% -
HSV(B) 1.99º 0.96% 0.99% -
XYZ 40.44 21.19 2.27 -
YUV 87.76 84.69 245.15 -
System Red Green Blue C M Y K H S L
Decimal 252 19 11 0 0.92 0.96 0.01 1.99 0.98 0.52
Hex FC 13 B 0 5C 60 1 2 62 34
Octal 374 23 13 0 134 140 1 2 142 64
Binary 11111100 10011 1011 0 1011100 1100000 1 10 1100010 110100

Color Harmonies of #FC130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC130B

Black with #FC130B

Text Example


Text Example

White with #FC130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC130B; }

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

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

background-color css

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

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

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

border-color css

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

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

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