Html Css Color HEX #FC3313 Scarlet

📋 copy color: '#FC3313'

red 252 ◦ green 51 ◦ blue 19

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

Shades of Scarlet #FC3313

Tints of Scarlet #FC3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

 BLUE value IS 19 (7.81% from 255) = 5.9%

R = 78.26%
G = 15.84%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC3313 (or 0xFC3313) is known color: Scarlet. HEX triplet: FC, 33 and 13. RGB value is (252,51,19). Sum of RGB (Red+Green+Blue) = 252+51+19=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3313 is #03CCEC. Grayscale: #6B6B6B. Windows color (decimal): -249069 or 1258492. OLE color: 1258492.

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

Color convert

RGB 252 51 19 -
CMYK 0 0.80 0.92 0.01
HSL 8.24º 0.97% 0.53% -
HSV(B) 8.24º 0.92% 0.99% -
XYZ 41.45 23.11 2.89 -
YUV 107.45 78.09 231.1 -
System Red Green Blue C M Y K H S L
Decimal 252 51 19 0 0.80 0.92 0.01 8.24 0.97 0.53
Hex FC 33 13 0 50 5C 1 8 61 35
Octal 374 63 23 0 120 134 1 10 141 65
Binary 11111100 110011 10011 0 1010000 1011100 1 1000 1100001 110101

Color Harmonies of #FC3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3313

Black with #FC3313

Text Example


Text Example

White with #FC3313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3313; }

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

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

background-color css

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

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

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

border-color css

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

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

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