Html Css Color HEX #FC2905 Scarlet

📋 copy color: '#FC2905'

red 252 ◦ green 41 ◦ blue 5

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

Shades of Scarlet #FC2905

Tints of Scarlet #FC2905

RGB

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

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

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

R = 84.56%
G = 13.76%
B = 1.68%

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

#FC2905 (or 0xFC2905) is known color: Scarlet. HEX triplet: FC, 29 and 05. RGB value is (252,41,5). Sum of RGB (Red+Green+Blue) = 252+41+5=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2905 is #03D6FA. Grayscale: #646464. Windows color (decimal): -251643 or 338428. OLE color: 338428.

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

Color convert

RGB 252 41 5 -
CMYK 0 0.84 0.98 0.01
HSL 8.74º 0.98% 0.5% -
HSV(B) 8.74º 0.98% 0.99% -
XYZ 40.97 22.29 2.29 -
YUV 99.99 74.4 236.43 -
System Red Green Blue C M Y K H S L
Decimal 252 41 5 0 0.84 0.98 0.01 8.74 0.98 0.5
Hex FC 29 5 0 54 62 1 9 62 32
Octal 374 51 5 0 124 142 1 11 142 62
Binary 11111100 101001 101 0 1010100 1100010 1 1001 1100010 110010

Color Harmonies of #FC2905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2905

Black with #FC2905

Text Example


Text Example

White with #FC2905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2905; }

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

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

background-color css

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

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

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

border-color css

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

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

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