Html Css Color HEX #FC281D Scarlet

📋 copy color: '#FC281D'

red 252 ◦ green 40 ◦ blue 29

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

Shades of Scarlet #FC281D

Tints of Scarlet #FC281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.46%

 BLUE value IS 29 (11.72% from 255) = 9.03%

R = 78.5%
G = 12.46%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC281D (or 0xFC281D) is known color: Scarlet. HEX triplet: FC, 28 and 1D. RGB value is (252,40,29). Sum of RGB (Red+Green+Blue) = 252+40+29=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC281D is #03D7E2. Grayscale: #666666. Windows color (decimal): -251875 or 1911036. OLE color: 1911036.

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

Color convert

RGB 252 40 29 -
CMYK 0 0.84 0.88 0.01
HSL 2.96º 0.97% 0.55% -
HSV(B) 2.96º 0.88% 0.99% -
XYZ 41.13 22.3 3.3 -
YUV 102.13 86.74 234.89 -
System Red Green Blue C M Y K H S L
Decimal 252 40 29 0 0.84 0.88 0.01 2.96 0.97 0.55
Hex FC 28 1D 0 54 58 1 3 61 37
Octal 374 50 35 0 124 130 1 3 141 67
Binary 11111100 101000 11101 0 1010100 1011000 1 11 1100001 110111

Color Harmonies of #FC281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC281D

Black with #FC281D

Text Example


Text Example

White with #FC281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC281D; }

 p { color: rgb(252,40,29); }

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

background-color css

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

 a { background-color: rgb(252,40,29); }

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

border-color css

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

 span { border-color: rgb(252,40,29); }

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