Html Css Color HEX #FC3618 Scarlet

📋 copy color: '#FC3618'

red 252 ◦ green 54 ◦ blue 24

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

Shades of Scarlet #FC3618

Tints of Scarlet #FC3618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

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

R = 76.36%
G = 16.36%
B = 7.27%

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

#FC3618 (or 0xFC3618) is known color: Scarlet. HEX triplet: FC, 36 and 18. RGB value is (252,54,24). Sum of RGB (Red+Green+Blue) = 252+54+24=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3618 is #03C9E7. Grayscale: #6E6E6E. Windows color (decimal): -248296 or 1586940. OLE color: 1586940.

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

Color convert

RGB 252 54 24 -
CMYK 0 0.79 0.90 0.01
HSL 7.89º 0.97% 0.54% -
HSV(B) 7.89º 0.9% 0.99% -
XYZ 41.63 23.4 3.19 -
YUV 109.78 79.6 229.44 -
System Red Green Blue C M Y K H S L
Decimal 252 54 24 0 0.79 0.90 0.01 7.89 0.97 0.54
Hex FC 36 18 0 4F 5A 1 8 61 36
Octal 374 66 30 0 117 132 1 10 141 66
Binary 11111100 110110 11000 0 1001111 1011010 1 1000 1100001 110110

Color Harmonies of #FC3618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3618

Black with #FC3618

Text Example


Text Example

White with #FC3618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3618; }

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

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

background-color css

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

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

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

border-color css

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

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

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