Html Css Color HEX #FC291B Scarlet

📋 copy color: '#FC291B'

red 252 ◦ green 41 ◦ blue 27

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

Shades of Scarlet #FC291B

Tints of Scarlet #FC291B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.81%

 BLUE value IS 27 (10.94% from 255) = 8.44%

R = 78.75%
G = 12.81%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC291B (or 0xFC291B) is known color: Scarlet. HEX triplet: FC, 29 and 1B. RGB value is (252,41,27). Sum of RGB (Red+Green+Blue) = 252+41+27=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC291B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC291B is #03D6E4. Grayscale: #666666. Windows color (decimal): -251621 or 1780220. OLE color: 1780220.

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

Color convert

RGB 252 41 27 -
CMYK 0 0.84 0.89 0.01
HSL 3.73º 0.97% 0.55% -
HSV(B) 3.73º 0.89% 0.99% -
XYZ 41.14 22.36 3.18 -
YUV 102.49 85.4 234.64 -
System Red Green Blue C M Y K H S L
Decimal 252 41 27 0 0.84 0.89 0.01 3.73 0.97 0.55
Hex FC 29 1B 0 54 59 1 4 61 37
Octal 374 51 33 0 124 131 1 4 141 67
Binary 11111100 101001 11011 0 1010100 1011001 1 100 1100001 110111

Color Harmonies of #FC291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC291B

Black with #FC291B

Text Example


Text Example

White with #FC291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC291B; }

 p { color: rgb(252,41,27); }

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

background-color css

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

 a { background-color: rgb(252,41,27); }

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

border-color css

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

 span { border-color: rgb(252,41,27); }

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