Html Css Color HEX #FC3416 Scarlet

📋 copy color: '#FC3416'

red 252 ◦ green 52 ◦ blue 22

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

Shades of Scarlet #FC3416

Tints of Scarlet #FC3416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

 BLUE value IS 22 (8.98% from 255) = 6.75%

R = 77.3%
G = 15.95%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC3416 (or 0xFC3416) is known color: Scarlet. HEX triplet: FC, 34 and 16. RGB value is (252,52,22). Sum of RGB (Red+Green+Blue) = 252+52+22=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3416 is #03CBE9. Grayscale: #6C6C6C. Windows color (decimal): -248810 or 1455356. OLE color: 1455356.

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

Color convert

RGB 252 52 22 -
CMYK 0 0.79 0.91 0.01
HSL 7.83º 0.97% 0.54% -
HSV(B) 7.83º 0.91% 0.99% -
XYZ 41.52 23.21 3.05 -
YUV 108.38 79.26 230.44 -
System Red Green Blue C M Y K H S L
Decimal 252 52 22 0 0.79 0.91 0.01 7.83 0.97 0.54
Hex FC 34 16 0 4F 5B 1 8 61 36
Octal 374 64 26 0 117 133 1 10 141 66
Binary 11111100 110100 10110 0 1001111 1011011 1 1000 1100001 110110

Color Harmonies of #FC3416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3416

Black with #FC3416

Text Example


Text Example

White with #FC3416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3416; }

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

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

background-color css

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

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

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

border-color css

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

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

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