Html Css Color HEX #FC130A Scarlet

📋 copy color: '#FC130A'

red 252 ◦ green 19 ◦ blue 10

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

Shades of Scarlet #FC130A

Tints of Scarlet #FC130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.56%

R = 89.68%
G = 6.76%
B = 3.56%

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

#FC130A (or 0xFC130A) is known color: Scarlet. HEX triplet: FC, 13 and 0A. RGB value is (252,19,10). Sum of RGB (Red+Green+Blue) = 252+19+10=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC130A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC130A is #03ECF5. Grayscale: #575757. Windows color (decimal): -257270 or 660476. OLE color: 660476.

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

Color convert

RGB 252 19 10 -
CMYK 0 0.92 0.96 0.01
HSL 2.23º 0.98% 0.51% -
HSV(B) 2.23º 0.96% 0.99% -
XYZ 40.43 21.18 2.24 -
YUV 87.64 84.19 245.23 -
System Red Green Blue C M Y K H S L
Decimal 252 19 10 0 0.92 0.96 0.01 2.23 0.98 0.51
Hex FC 13 A 0 5C 60 1 2 62 33
Octal 374 23 12 0 134 140 1 2 142 63
Binary 11111100 10011 1010 0 1011100 1100000 1 10 1100010 110011

Color Harmonies of #FC130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC130A

Black with #FC130A

Text Example


Text Example

White with #FC130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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