Html Css Color HEX #FC180D Scarlet

📋 copy color: '#FC180D'

red 252 ◦ green 24 ◦ blue 13

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

Shades of Scarlet #FC180D

Tints of Scarlet #FC180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

 BLUE value IS 13 (5.47% from 255) = 4.5%

R = 87.2%
G = 8.3%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC180D (or 0xFC180D) is known color: Scarlet. HEX triplet: FC, 18 and 0D. RGB value is (252,24,13). Sum of RGB (Red+Green+Blue) = 252+24+13=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC180D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC180D is #03E7F2. Grayscale: #5B5B5B. Windows color (decimal): -255987 or 858364. OLE color: 858364.

HSL color Cylindrical-coordinate representation of color #FC180D: hue angle of 2.76º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC180D is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 24 13 -
CMYK 0 0.90 0.95 0.01
HSL 2.76º 0.98% 0.52% -
HSV(B) 2.76º 0.95% 0.99% -
XYZ 40.54 21.38 2.37 -
YUV 90.92 84.04 242.89 -
System Red Green Blue C M Y K H S L
Decimal 252 24 13 0 0.90 0.95 0.01 2.76 0.98 0.52
Hex FC 18 D 0 5A 5F 1 3 62 34
Octal 374 30 15 0 132 137 1 3 142 64
Binary 11111100 11000 1101 0 1011010 1011111 1 11 1100010 110100

Color Harmonies of #FC180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC180D

Black with #FC180D

Text Example


Text Example

White with #FC180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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