Html Css Color HEX #FC3012 Scarlet

📋 copy color: '#FC3012'

red 252 ◦ green 48 ◦ blue 18

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

Shades of Scarlet #FC3012

Tints of Scarlet #FC3012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 79.25%
G = 15.09%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC3012 (or 0xFC3012) is known color: Scarlet. HEX triplet: FC, 30 and 12. RGB value is (252,48,18). Sum of RGB (Red+Green+Blue) = 252+48+18=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3012 is #03CFED. Grayscale: #696969. Windows color (decimal): -249838 or 1192188. OLE color: 1192188.

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

Color convert

RGB 252 48 18 -
CMYK 0 0.81 0.93 0.01
HSL 7.69º 0.98% 0.53% -
HSV(B) 7.69º 0.93% 0.99% -
XYZ 41.31 22.85 2.81 -
YUV 105.58 78.59 232.44 -
System Red Green Blue C M Y K H S L
Decimal 252 48 18 0 0.81 0.93 0.01 7.69 0.98 0.53
Hex FC 30 12 0 51 5D 1 8 62 35
Octal 374 60 22 0 121 135 1 10 142 65
Binary 11111100 110000 10010 0 1010001 1011101 1 1000 1100010 110101

Color Harmonies of #FC3012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3012

Black with #FC3012

Text Example


Text Example

White with #FC3012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3012; }

 p { color: rgb(252,48,18); }

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

background-color css

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

 a { background-color: rgb(252,48,18); }

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

border-color css

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

 span { border-color: rgb(252,48,18); }

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