Html Css Color HEX #FC1905 Scarlet

📋 copy color: '#FC1905'

red 252 ◦ green 25 ◦ blue 5

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

Shades of Scarlet #FC1905

Tints of Scarlet #FC1905

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.87%

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 89.36%
G = 8.87%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC1905 (or 0xFC1905) is known color: Scarlet. HEX triplet: FC, 19 and 05. RGB value is (252,25,5). Sum of RGB (Red+Green+Blue) = 252+25+5=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1905 is #03E6FA. Grayscale: #5A5A5A. Windows color (decimal): -255739 or 334332. OLE color: 334332.

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

Color convert

RGB 252 25 5 -
CMYK 0 0.90 0.98 0.01
HSL 4.86º 0.98% 0.5% -
HSV(B) 4.86º 0.98% 0.99% -
XYZ 40.52 21.4 2.14 -
YUV 90.59 79.71 243.13 -
System Red Green Blue C M Y K H S L
Decimal 252 25 5 0 0.90 0.98 0.01 4.86 0.98 0.5
Hex FC 19 5 0 5A 62 1 5 62 32
Octal 374 31 5 0 132 142 1 5 142 62
Binary 11111100 11001 101 0 1011010 1100010 1 101 1100010 110010

Color Harmonies of #FC1905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1905

Black with #FC1905

Text Example


Text Example

White with #FC1905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1905; }

 p { color: rgb(252,25,5); }

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

background-color css

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

 a { background-color: rgb(252,25,5); }

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

border-color css

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

 span { border-color: rgb(252,25,5); }

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