Html Css Color HEX #FC1C0E Scarlet

📋 copy color: '#FC1C0E'

red 252 ◦ green 28 ◦ blue 14

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

Shades of Scarlet #FC1C0E

Tints of Scarlet #FC1C0E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.52%

 BLUE value IS 14 (5.86% from 255) = 4.76%

R = 85.71%
G = 9.52%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC1C0E (or 0xFC1C0E) is known color: Scarlet. HEX triplet: FC, 1C and 0E. RGB value is (252,28,14). Sum of RGB (Red+Green+Blue) = 252+28+14=294 (38% of max value = 765). Red value is 252 (98.83% from 255 or 85.71% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1C0E is #03E3F1. Grayscale: #5D5D5D. Windows color (decimal): -254962 or 924924. OLE color: 924924.

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

Color convert

RGB 252 28 14 -
CMYK 0 0.89 0.94 0.01
HSL 3.53º 0.98% 0.52% -
HSV(B) 3.53º 0.94% 0.99% -
XYZ 40.64 21.56 2.43 -
YUV 93.38 83.21 241.14 -
System Red Green Blue C M Y K H S L
Decimal 252 28 14 0 0.89 0.94 0.01 3.53 0.98 0.52
Hex FC 1C E 0 59 5E 1 4 62 34
Octal 374 34 16 0 131 136 1 4 142 64
Binary 11111100 11100 1110 0 1011001 1011110 1 100 1100010 110100

Color Harmonies of #FC1C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1C0E

Black with #FC1C0E

Text Example


Text Example

White with #FC1C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1C0E; }

 p { color: rgb(252,28,14); }

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

background-color css

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

 a { background-color: rgb(252,28,14); }

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

border-color css

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

 span { border-color: rgb(252,28,14); }

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