Html Css Color HEX #FC1605 Scarlet

📋 copy color: '#FC1605'

red 252 ◦ green 22 ◦ blue 5

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

Shades of Scarlet #FC1605

Tints of Scarlet #FC1605

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.89%

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

R = 90.32%
G = 7.89%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC1605 (or 0xFC1605) is known color: Scarlet. HEX triplet: FC, 16 and 05. RGB value is (252,22,5). Sum of RGB (Red+Green+Blue) = 252+22+5=279 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.32% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1605 is #03E9FA. Grayscale: #595959. Windows color (decimal): -256507 or 333564. OLE color: 333564.

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

Color convert

RGB 252 22 5 -
CMYK 0 0.91 0.98 0.01
HSL 4.13º 0.98% 0.5% -
HSV(B) 4.13º 0.98% 0.99% -
XYZ 40.46 21.28 2.12 -
YUV 88.83 80.7 244.38 -
System Red Green Blue C M Y K H S L
Decimal 252 22 5 0 0.91 0.98 0.01 4.13 0.98 0.5
Hex FC 16 5 0 5B 62 1 4 62 32
Octal 374 26 5 0 133 142 1 4 142 62
Binary 11111100 10110 101 0 1011011 1100010 1 100 1100010 110010

Color Harmonies of #FC1605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1605

Black with #FC1605

Text Example


Text Example

White with #FC1605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1605; }

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

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

background-color css

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

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

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

border-color css

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

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

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