Html Css Color HEX #FC301A Scarlet

📋 copy color: '#FC301A'

red 252 ◦ green 48 ◦ blue 26

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

Shades of Scarlet #FC301A

Tints of Scarlet #FC301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.72%

 BLUE value IS 26 (10.55% from 255) = 7.98%

R = 77.3%
G = 14.72%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC301A (or 0xFC301A) is known color: Scarlet. HEX triplet: FC, 30 and 1A. RGB value is (252,48,26). Sum of RGB (Red+Green+Blue) = 252+48+26=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC301A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC301A is #03CFE5. Grayscale: #6A6A6A. Windows color (decimal): -249830 or 1716476. OLE color: 1716476.

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

Color convert

RGB 252 48 26 -
CMYK 0 0.81 0.90 0.01
HSL 5.84º 0.97% 0.55% -
HSV(B) 5.84º 0.9% 0.99% -
XYZ 41.39 22.88 3.21 -
YUV 106.49 82.59 231.79 -
System Red Green Blue C M Y K H S L
Decimal 252 48 26 0 0.81 0.90 0.01 5.84 0.97 0.55
Hex FC 30 1A 0 51 5A 1 6 61 37
Octal 374 60 32 0 121 132 1 6 141 67
Binary 11111100 110000 11010 0 1010001 1011010 1 110 1100001 110111

Color Harmonies of #FC301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC301A

Black with #FC301A

Text Example


Text Example

White with #FC301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC301A; }

 p { color: rgb(252,48,26); }

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

background-color css

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

 a { background-color: rgb(252,48,26); }

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

border-color css

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

 span { border-color: rgb(252,48,26); }

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