Html Css Color HEX #FC1E17 Scarlet

📋 copy color: '#FC1E17'

red 252 ◦ green 30 ◦ blue 23

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

Shades of Scarlet #FC1E17

Tints of Scarlet #FC1E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.84%

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

R = 82.62%
G = 9.84%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC1E17 (or 0xFC1E17) is known color: Scarlet. HEX triplet: FC, 1E and 17. RGB value is (252,30,23). Sum of RGB (Red+Green+Blue) = 252+30+23=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1E17 is #03E1E8. Grayscale: #5F5F5F. Windows color (decimal): -254441 or 1515260. OLE color: 1515260.

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

Color convert

RGB 252 30 23 -
CMYK 0 0.88 0.91 0.01
HSL 1.83º 0.97% 0.54% -
HSV(B) 1.83º 0.91% 0.99% -
XYZ 40.76 21.69 2.85 -
YUV 95.58 87.05 239.57 -
System Red Green Blue C M Y K H S L
Decimal 252 30 23 0 0.88 0.91 0.01 1.83 0.97 0.54
Hex FC 1E 17 0 58 5B 1 2 61 36
Octal 374 36 27 0 130 133 1 2 141 66
Binary 11111100 11110 10111 0 1011000 1011011 1 10 1100001 110110

Color Harmonies of #FC1E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E17

Black with #FC1E17

Text Example


Text Example

White with #FC1E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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