Html Css Color HEX #FC130F Red

📋 copy color: '#FC130F'

red 252 ◦ green 19 ◦ blue 15

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

Shades of Red #FC130F

Tints of Red #FC130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.24%

R = 88.11%
G = 6.64%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC130F (or 0xFC130F) is known color: Red. HEX triplet: FC, 13 and 0F. RGB value is (252,19,15). Sum of RGB (Red+Green+Blue) = 252+19+15=286 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.11% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 252 - color contains mainly: red. Hex color #FC130F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC130F is #03ECF0. Grayscale: #585858. Windows color (decimal): -257265 or 988156. OLE color: 988156.

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

Color convert

RGB 252 19 15 -
CMYK 0 0.92 0.94 0.01
HSL 1.01º 0.98% 0.52% -
HSV(B) 1.01º 0.94% 0.99% -
XYZ 40.46 21.2 2.41 -
YUV 88.21 86.69 244.83 -
System Red Green Blue C M Y K H S L
Decimal 252 19 15 0 0.92 0.94 0.01 1.01 0.98 0.52
Hex FC 13 F 0 5C 5E 1 1 62 34
Octal 374 23 17 0 134 136 1 1 142 64
Binary 11111100 10011 1111 0 1011100 1011110 1 1 1100010 110100

Color Harmonies of #FC130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC130F

Black with #FC130F

Text Example


Text Example

White with #FC130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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