Html Css Color HEX #FC180B Scarlet

📋 copy color: '#FC180B'

red 252 ◦ green 24 ◦ blue 11

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

Shades of Scarlet #FC180B

Tints of Scarlet #FC180B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.83%

R = 87.8%
G = 8.36%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC180B (or 0xFC180B) is known color: Scarlet. HEX triplet: FC, 18 and 0B. RGB value is (252,24,11). Sum of RGB (Red+Green+Blue) = 252+24+11=287 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.80% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 252 - color contains mainly: red. Hex color #FC180B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC180B is #03E7F4. Grayscale: #5A5A5A. Windows color (decimal): -255989 or 727292. OLE color: 727292.

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

Color convert

RGB 252 24 11 -
CMYK 0 0.90 0.96 0.01
HSL 3.24º 0.98% 0.52% -
HSV(B) 3.24º 0.96% 0.99% -
XYZ 40.53 21.37 2.31 -
YUV 90.69 83.04 243.06 -
System Red Green Blue C M Y K H S L
Decimal 252 24 11 0 0.90 0.96 0.01 3.24 0.98 0.52
Hex FC 18 B 0 5A 60 1 3 62 34
Octal 374 30 13 0 132 140 1 3 142 64
Binary 11111100 11000 1011 0 1011010 1100000 1 11 1100010 110100

Color Harmonies of #FC180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC180B

Black with #FC180B

Text Example


Text Example

White with #FC180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC180B; }

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

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

background-color css

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

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

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

border-color css

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

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

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