Html Css Color HEX #FC2904 Scarlet

📋 copy color: '#FC2904'

red 252 ◦ green 41 ◦ blue 4

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

Shades of Scarlet #FC2904

Tints of Scarlet #FC2904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 84.85%
G = 13.8%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC2904 (or 0xFC2904) is known color: Scarlet. HEX triplet: FC, 29 and 04. RGB value is (252,41,4). Sum of RGB (Red+Green+Blue) = 252+41+4=297 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.85% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2904 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2904 is #03D6FB. Grayscale: #646464. Windows color (decimal): -251644 or 272892. OLE color: 272892.

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

Color convert

RGB 252 41 4 -
CMYK 0 0.84 0.98 0.01
HSL 8.95º 0.98% 0.5% -
HSV(B) 8.95º 0.98% 0.99% -
XYZ 40.96 22.29 2.26 -
YUV 99.87 73.9 236.51 -
System Red Green Blue C M Y K H S L
Decimal 252 41 4 0 0.84 0.98 0.01 8.95 0.98 0.5
Hex FC 29 4 0 54 62 1 9 62 32
Octal 374 51 4 0 124 142 1 11 142 62
Binary 11111100 101001 100 0 1010100 1100010 1 1001 1100010 110010

Color Harmonies of #FC2904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2904

Black with #FC2904

Text Example


Text Example

White with #FC2904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2904; }

 p { color: rgb(252,41,4); }

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

background-color css

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

 a { background-color: rgb(252,41,4); }

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

border-color css

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

 span { border-color: rgb(252,41,4); }

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