Html Css Color HEX #FC3413 Scarlet

📋 copy color: '#FC3413'

red 252 ◦ green 52 ◦ blue 19

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

Shades of Scarlet #FC3413

Tints of Scarlet #FC3413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

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

R = 78.02%
G = 16.1%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC3413 (or 0xFC3413) is known color: Scarlet. HEX triplet: FC, 34 and 13. RGB value is (252,52,19). Sum of RGB (Red+Green+Blue) = 252+52+19=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3413 is #03CBEC. Grayscale: #6C6C6C. Windows color (decimal): -248813 or 1258748. OLE color: 1258748.

HSL color Cylindrical-coordinate representation of color #FC3413: hue angle of 8.5º 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 #FC3413 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 52 19 -
CMYK 0 0.79 0.92 0.01
HSL 8.5º 0.97% 0.53% -
HSV(B) 8.5º 0.92% 0.99% -
XYZ 41.49 23.2 2.91 -
YUV 108.04 77.76 230.68 -
System Red Green Blue C M Y K H S L
Decimal 252 52 19 0 0.79 0.92 0.01 8.5 0.97 0.53
Hex FC 34 13 0 4F 5C 1 8 61 35
Octal 374 64 23 0 117 134 1 10 141 65
Binary 11111100 110100 10011 0 1001111 1011100 1 1000 1100001 110101

Color Harmonies of #FC3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3413

Black with #FC3413

Text Example


Text Example

White with #FC3413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3413; }

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

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

background-color css

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

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

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

border-color css

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

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

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