Html Css Color HEX #FC3417 Scarlet

📋 copy color: '#FC3417'

red 252 ◦ green 52 ◦ blue 23

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

Shades of Scarlet #FC3417

Tints of Scarlet #FC3417

RGB

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

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

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

R = 77.06%
G = 15.9%
B = 7.03%

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

#FC3417 (or 0xFC3417) is known color: Scarlet. HEX triplet: FC, 34 and 17. RGB value is (252,52,23). Sum of RGB (Red+Green+Blue) = 252+52+23=327 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.06% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3417 is #03CBE8. Grayscale: #6C6C6C. Windows color (decimal): -248809 or 1520892. OLE color: 1520892.

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

Color convert

RGB 252 52 23 -
CMYK 0 0.79 0.91 0.01
HSL 7.6º 0.97% 0.54% -
HSV(B) 7.6º 0.91% 0.99% -
XYZ 41.53 23.21 3.1 -
YUV 108.49 79.76 230.36 -
System Red Green Blue C M Y K H S L
Decimal 252 52 23 0 0.79 0.91 0.01 7.6 0.97 0.54
Hex FC 34 17 0 4F 5B 1 8 61 36
Octal 374 64 27 0 117 133 1 10 141 66
Binary 11111100 110100 10111 0 1001111 1011011 1 1000 1100001 110110

Color Harmonies of #FC3417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3417

Black with #FC3417

Text Example


Text Example

White with #FC3417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3417; }

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

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

background-color css

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

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

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

border-color css

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

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

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