Html Css Color HEX #FC3015 Scarlet

📋 copy color: '#FC3015'

red 252 ◦ green 48 ◦ blue 21

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

Shades of Scarlet #FC3015

Tints of Scarlet #FC3015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.54%

R = 78.5%
G = 14.95%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC3015 (or 0xFC3015) is known color: Scarlet. HEX triplet: FC, 30 and 15. RGB value is (252,48,21). Sum of RGB (Red+Green+Blue) = 252+48+21=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3015 is #03CFEA. Grayscale: #6A6A6A. Windows color (decimal): -249835 or 1388796. OLE color: 1388796.

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

Color convert

RGB 252 48 21 -
CMYK 0 0.81 0.92 0.01
HSL 7.01º 0.97% 0.54% -
HSV(B) 7.01º 0.92% 0.99% -
XYZ 41.34 22.86 2.94 -
YUV 105.92 80.09 232.2 -
System Red Green Blue C M Y K H S L
Decimal 252 48 21 0 0.81 0.92 0.01 7.01 0.97 0.54
Hex FC 30 15 0 51 5C 1 7 61 36
Octal 374 60 25 0 121 134 1 7 141 66
Binary 11111100 110000 10101 0 1010001 1011100 1 111 1100001 110110

Color Harmonies of #FC3015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3015

Black with #FC3015

Text Example


Text Example

White with #FC3015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3015; }

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

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

background-color css

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

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

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

border-color css

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

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

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