Html Css Color HEX #FC281B Scarlet

📋 copy color: '#FC281B'

red 252 ◦ green 40 ◦ blue 27

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

Shades of Scarlet #FC281B

Tints of Scarlet #FC281B

RGB

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

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

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

R = 79%
G = 12.54%
B = 8.46%

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

#FC281B (or 0xFC281B) is known color: Scarlet. HEX triplet: FC, 28 and 1B. RGB value is (252,40,27). Sum of RGB (Red+Green+Blue) = 252+40+27=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC281B is #03D7E4. Grayscale: #666666. Windows color (decimal): -251877 or 1779964. OLE color: 1779964.

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

Color convert

RGB 252 40 27 -
CMYK 0 0.84 0.89 0.01
HSL 3.47º 0.97% 0.55% -
HSV(B) 3.47º 0.89% 0.99% -
XYZ 41.1 22.29 3.17 -
YUV 101.91 85.74 235.06 -
System Red Green Blue C M Y K H S L
Decimal 252 40 27 0 0.84 0.89 0.01 3.47 0.97 0.55
Hex FC 28 1B 0 54 59 1 3 61 37
Octal 374 50 33 0 124 131 1 3 141 67
Binary 11111100 101000 11011 0 1010100 1011001 1 11 1100001 110111

Color Harmonies of #FC281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC281B

Black with #FC281B

Text Example


Text Example

White with #FC281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC281B; }

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

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

background-color css

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

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

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

border-color css

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

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

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