Html Css Color HEX #FC150D Scarlet

📋 copy color: '#FC150D'

red 252 ◦ green 21 ◦ blue 13

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

Shades of Scarlet #FC150D

Tints of Scarlet #FC150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

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

R = 88.11%
G = 7.34%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC150D (or 0xFC150D) is known color: Scarlet. HEX triplet: FC, 15 and 0D. RGB value is (252,21,13). Sum of RGB (Red+Green+Blue) = 252+21+13=286 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.11% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 252 - color contains mainly: red. Hex color #FC150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC150D is #03EAF2. Grayscale: #595959. Windows color (decimal): -256755 or 857596. OLE color: 857596.

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

Color convert

RGB 252 21 13 -
CMYK 0 0.92 0.95 0.01
HSL 2.01º 0.98% 0.52% -
HSV(B) 2.01º 0.95% 0.99% -
XYZ 40.49 21.26 2.35 -
YUV 89.16 85.03 244.15 -
System Red Green Blue C M Y K H S L
Decimal 252 21 13 0 0.92 0.95 0.01 2.01 0.98 0.52
Hex FC 15 D 0 5C 5F 1 2 62 34
Octal 374 25 15 0 134 137 1 2 142 64
Binary 11111100 10101 1101 0 1011100 1011111 1 10 1100010 110100

Color Harmonies of #FC150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC150D

Black with #FC150D

Text Example


Text Example

White with #FC150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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