Html Css Color HEX #FC281E Scarlet

📋 copy color: '#FC281E'

red 252 ◦ green 40 ◦ blue 30

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

Shades of Scarlet #FC281E

Tints of Scarlet #FC281E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 78.26%
G = 12.42%
B = 9.32%

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

#FC281E (or 0xFC281E) is known color: Scarlet. HEX triplet: FC, 28 and 1E. RGB value is (252,40,30). Sum of RGB (Red+Green+Blue) = 252+40+30=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC281E is #03D7E1. Grayscale: #666666. Windows color (decimal): -251874 or 1976572. OLE color: 1976572.

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

Color convert

RGB 252 40 30 -
CMYK 0 0.84 0.88 0.01
HSL 2.7º 0.97% 0.55% -
HSV(B) 2.7º 0.88% 0.99% -
XYZ 41.14 22.31 3.37 -
YUV 102.25 87.24 234.81 -
System Red Green Blue C M Y K H S L
Decimal 252 40 30 0 0.84 0.88 0.01 2.7 0.97 0.55
Hex FC 28 1E 0 54 58 1 3 61 37
Octal 374 50 36 0 124 130 1 3 141 67
Binary 11111100 101000 11110 0 1010100 1011000 1 11 1100001 110111

Color Harmonies of #FC281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC281E

Black with #FC281E

Text Example


Text Example

White with #FC281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC281E; }

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

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

background-color css

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

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

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

border-color css

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

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

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