Html Css Color HEX #FC2511 Scarlet

📋 copy color: '#FC2511'

red 252 ◦ green 37 ◦ blue 17

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

Shades of Scarlet #FC2511

Tints of Scarlet #FC2511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.09%

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

R = 82.35%
G = 12.09%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC2511 (or 0xFC2511) is known color: Scarlet. HEX triplet: FC, 25 and 11. RGB value is (252,37,17). Sum of RGB (Red+Green+Blue) = 252+37+17=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2511 is #03DAEE. Grayscale: #636363. Windows color (decimal): -252655 or 1123836. OLE color: 1123836.

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

Color convert

RGB 252 37 17 -
CMYK 0 0.85 0.93 0.01
HSL 5.11º 0.98% 0.53% -
HSV(B) 5.11º 0.93% 0.99% -
XYZ 40.91 22.06 2.63 -
YUV 99.01 81.73 237.13 -
System Red Green Blue C M Y K H S L
Decimal 252 37 17 0 0.85 0.93 0.01 5.11 0.98 0.53
Hex FC 25 11 0 55 5D 1 5 62 35
Octal 374 45 21 0 125 135 1 5 142 65
Binary 11111100 100101 10001 0 1010101 1011101 1 101 1100010 110101

Color Harmonies of #FC2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2511

Black with #FC2511

Text Example


Text Example

White with #FC2511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2511; }

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

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

background-color css

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

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

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

border-color css

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

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

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