Html Css Color HEX #FC2413 Scarlet

📋 copy color: '#FC2413'

red 252 ◦ green 36 ◦ blue 19

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

Shades of Scarlet #FC2413

Tints of Scarlet #FC2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

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

R = 82.08%
G = 11.73%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC2413 (or 0xFC2413) is known color: Scarlet. HEX triplet: FC, 24 and 13. RGB value is (252,36,19). Sum of RGB (Red+Green+Blue) = 252+36+19=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2413 is #03DBEC. Grayscale: #626262. Windows color (decimal): -252909 or 1254652. OLE color: 1254652.

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

Color convert

RGB 252 36 19 -
CMYK 0 0.86 0.92 0.01
HSL 4.38º 0.97% 0.53% -
HSV(B) 4.38º 0.92% 0.99% -
XYZ 40.89 22 2.71 -
YUV 98.65 83.06 237.38 -
System Red Green Blue C M Y K H S L
Decimal 252 36 19 0 0.86 0.92 0.01 4.38 0.97 0.53
Hex FC 24 13 0 56 5C 1 4 61 35
Octal 374 44 23 0 126 134 1 4 141 65
Binary 11111100 100100 10011 0 1010110 1011100 1 100 1100001 110101

Color Harmonies of #FC2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2413

Black with #FC2413

Text Example


Text Example

White with #FC2413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2413; }

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

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

background-color css

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

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

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

border-color css

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

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

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