Html Css Color HEX #FC2417 Scarlet

📋 copy color: '#FC2417'

red 252 ◦ green 36 ◦ blue 23

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

Shades of Scarlet #FC2417

Tints of Scarlet #FC2417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.4%

R = 81.03%
G = 11.58%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC2417 (or 0xFC2417) is known color: Scarlet. HEX triplet: FC, 24 and 17. RGB value is (252,36,23). Sum of RGB (Red+Green+Blue) = 252+36+23=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2417 is #03DBE8. Grayscale: #636363. Windows color (decimal): -252905 or 1516796. OLE color: 1516796.

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

Color convert

RGB 252 36 23 -
CMYK 0 0.86 0.91 0.01
HSL 3.41º 0.97% 0.54% -
HSV(B) 3.41º 0.91% 0.99% -
XYZ 40.93 22.02 2.9 -
YUV 99.1 85.06 237.06 -
System Red Green Blue C M Y K H S L
Decimal 252 36 23 0 0.86 0.91 0.01 3.41 0.97 0.54
Hex FC 24 17 0 56 5B 1 3 61 36
Octal 374 44 27 0 126 133 1 3 141 66
Binary 11111100 100100 10111 0 1010110 1011011 1 11 1100001 110110

Color Harmonies of #FC2417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2417

Black with #FC2417

Text Example


Text Example

White with #FC2417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2417; }

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

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

background-color css

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

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

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

border-color css

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

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

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