Html Css Color HEX #FC1611 Scarlet

📋 copy color: '#FC1611'

red 252 ◦ green 22 ◦ blue 17

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

Shades of Scarlet #FC1611

Tints of Scarlet #FC1611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

 BLUE value IS 17 (7.03% from 255) = 5.84%

R = 86.6%
G = 7.56%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC1611 (or 0xFC1611) is known color: Scarlet. HEX triplet: FC, 16 and 11. RGB value is (252,22,17). Sum of RGB (Red+Green+Blue) = 252+22+17=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1611 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1611 is #03E9EE. Grayscale: #5A5A5A. Windows color (decimal): -256495 or 1119996. OLE color: 1119996.

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

Color convert

RGB 252 22 17 -
CMYK 0 0.91 0.93 0.01
HSL 1.28º 0.98% 0.53% -
HSV(B) 1.28º 0.93% 0.99% -
XYZ 40.53 21.31 2.51 -
YUV 90.2 86.7 243.41 -
System Red Green Blue C M Y K H S L
Decimal 252 22 17 0 0.91 0.93 0.01 1.28 0.98 0.53
Hex FC 16 11 0 5B 5D 1 1 62 35
Octal 374 26 21 0 133 135 1 1 142 65
Binary 11111100 10110 10001 0 1011011 1011101 1 1 1100010 110101

Color Harmonies of #FC1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1611

Black with #FC1611

Text Example


Text Example

White with #FC1611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1611; }

 p { color: rgb(252,22,17); }

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

background-color css

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

 a { background-color: rgb(252,22,17); }

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

border-color css

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

 span { border-color: rgb(252,22,17); }

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