Html Css Color HEX #FC3418 Scarlet

📋 copy color: '#FC3418'

red 252 ◦ green 52 ◦ blue 24

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

Shades of Scarlet #FC3418

Tints of Scarlet #FC3418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 76.83%
G = 15.85%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC3418 (or 0xFC3418) is known color: Scarlet. HEX triplet: FC, 34 and 18. RGB value is (252,52,24). Sum of RGB (Red+Green+Blue) = 252+52+24=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3418 is #03CBE7. Grayscale: #6C6C6C. Windows color (decimal): -248808 or 1586428. OLE color: 1586428.

HSL color Cylindrical-coordinate representation of color #FC3418: hue angle of 7.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC3418 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 52 24 -
CMYK 0 0.79 0.90 0.01
HSL 7.37º 0.97% 0.54% -
HSV(B) 7.37º 0.9% 0.99% -
XYZ 41.54 23.22 3.16 -
YUV 108.61 80.26 230.28 -
System Red Green Blue C M Y K H S L
Decimal 252 52 24 0 0.79 0.90 0.01 7.37 0.97 0.54
Hex FC 34 18 0 4F 5A 1 7 61 36
Octal 374 64 30 0 117 132 1 7 141 66
Binary 11111100 110100 11000 0 1001111 1011010 1 111 1100001 110110

Color Harmonies of #FC3418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3418

Black with #FC3418

Text Example


Text Example

White with #FC3418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3418; }

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

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

background-color css

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

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

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

border-color css

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

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

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