Html Css Color HEX #FC2917 Scarlet

📋 copy color: '#FC2917'

red 252 ◦ green 41 ◦ blue 23

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

Shades of Scarlet #FC2917

Tints of Scarlet #FC2917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.97%

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

R = 79.75%
G = 12.97%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC2917 (or 0xFC2917) is known color: Scarlet. HEX triplet: FC, 29 and 17. RGB value is (252,41,23). Sum of RGB (Red+Green+Blue) = 252+41+23=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2917 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2917 is #03D6E8. Grayscale: #666666. Windows color (decimal): -251625 or 1518076. OLE color: 1518076.

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

Color convert

RGB 252 41 23 -
CMYK 0 0.84 0.91 0.01
HSL 4.72º 0.97% 0.54% -
HSV(B) 4.72º 0.91% 0.99% -
XYZ 41.09 22.34 2.96 -
YUV 102.04 83.4 234.96 -
System Red Green Blue C M Y K H S L
Decimal 252 41 23 0 0.84 0.91 0.01 4.72 0.97 0.54
Hex FC 29 17 0 54 5B 1 5 61 36
Octal 374 51 27 0 124 133 1 5 141 66
Binary 11111100 101001 10111 0 1010100 1011011 1 101 1100001 110110

Color Harmonies of #FC2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2917

Black with #FC2917

Text Example


Text Example

White with #FC2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2917; }

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

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

background-color css

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

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

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

border-color css

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

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

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