Html Css Color HEX #FC3218 Scarlet

📋 copy color: '#FC3218'

red 252 ◦ green 50 ◦ blue 24

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

Shades of Scarlet #FC3218

Tints of Scarlet #FC3218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

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

R = 77.3%
G = 15.34%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC3218 (or 0xFC3218) is known color: Scarlet. HEX triplet: FC, 32 and 18. RGB value is (252,50,24). Sum of RGB (Red+Green+Blue) = 252+50+24=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3218 is #03CDE7. Grayscale: #6B6B6B. Windows color (decimal): -249320 or 1585916. OLE color: 1585916.

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

Color convert

RGB 252 50 24 -
CMYK 0 0.80 0.90 0.01
HSL 6.84º 0.97% 0.54% -
HSV(B) 6.84º 0.9% 0.99% -
XYZ 41.45 23.04 3.13 -
YUV 107.43 80.92 231.11 -
System Red Green Blue C M Y K H S L
Decimal 252 50 24 0 0.80 0.90 0.01 6.84 0.97 0.54
Hex FC 32 18 0 50 5A 1 7 61 36
Octal 374 62 30 0 120 132 1 7 141 66
Binary 11111100 110010 11000 0 1010000 1011010 1 111 1100001 110110

Color Harmonies of #FC3218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3218

Black with #FC3218

Text Example


Text Example

White with #FC3218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3218; }

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

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

background-color css

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

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

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

border-color css

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

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

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