Html Css Color HEX #FC3311 Scarlet

📋 copy color: '#FC3311'

red 252 ◦ green 51 ◦ blue 17

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

Shades of Scarlet #FC3311

Tints of Scarlet #FC3311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

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

R = 78.75%
G = 15.94%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC3311 (or 0xFC3311) is known color: Scarlet. HEX triplet: FC, 33 and 11. RGB value is (252,51,17). Sum of RGB (Red+Green+Blue) = 252+51+17=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3311 is #03CCEE. Grayscale: #6B6B6B. Windows color (decimal): -249071 or 1127420. OLE color: 1127420.

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

Color convert

RGB 252 51 17 -
CMYK 0 0.80 0.93 0.01
HSL 8.68º 0.98% 0.53% -
HSV(B) 8.68º 0.93% 0.99% -
XYZ 41.43 23.1 2.81 -
YUV 107.22 77.09 231.26 -
System Red Green Blue C M Y K H S L
Decimal 252 51 17 0 0.80 0.93 0.01 8.68 0.98 0.53
Hex FC 33 11 0 50 5D 1 9 62 35
Octal 374 63 21 0 120 135 1 11 142 65
Binary 11111100 110011 10001 0 1010000 1011101 1 1001 1100010 110101

Color Harmonies of #FC3311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3311

Black with #FC3311

Text Example


Text Example

White with #FC3311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3311; }

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

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

background-color css

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

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

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

border-color css

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

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

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