Html Css Color HEX #FC3518 Scarlet

📋 copy color: '#FC3518'

red 252 ◦ green 53 ◦ blue 24

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

Shades of Scarlet #FC3518

Tints of Scarlet #FC3518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.11%

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

R = 76.6%
G = 16.11%
B = 7.29%

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

#FC3518 (or 0xFC3518) is known color: Scarlet. HEX triplet: FC, 35 and 18. RGB value is (252,53,24). Sum of RGB (Red+Green+Blue) = 252+53+24=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3518 is #03CAE7. Grayscale: #6D6D6D. Windows color (decimal): -248552 or 1586684. OLE color: 1586684.

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

Color convert

RGB 252 53 24 -
CMYK 0 0.79 0.90 0.01
HSL 7.63º 0.97% 0.54% -
HSV(B) 7.63º 0.9% 0.99% -
XYZ 41.58 23.31 3.17 -
YUV 109.2 79.93 229.86 -
System Red Green Blue C M Y K H S L
Decimal 252 53 24 0 0.79 0.90 0.01 7.63 0.97 0.54
Hex FC 35 18 0 4F 5A 1 8 61 36
Octal 374 65 30 0 117 132 1 10 141 66
Binary 11111100 110101 11000 0 1001111 1011010 1 1000 1100001 110110

Color Harmonies of #FC3518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3518

Black with #FC3518

Text Example


Text Example

White with #FC3518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3518; }

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

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

background-color css

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

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

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

border-color css

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

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

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