Html Css Color HEX #FC1E09 Scarlet

📋 copy color: '#FC1E09'

red 252 ◦ green 30 ◦ blue 9

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

Shades of Scarlet #FC1E09

Tints of Scarlet #FC1E09

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.31%

 BLUE value IS 9 (3.91% from 255) = 3.09%

R = 86.6%
G = 10.31%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC1E09 (or 0xFC1E09) is known color: Scarlet. HEX triplet: FC, 1E and 09. RGB value is (252,30,9). Sum of RGB (Red+Green+Blue) = 252+30+9=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1E09 is #03E1F6. Grayscale: #5E5E5E. Windows color (decimal): -254455 or 597756. OLE color: 597756.

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

Color convert

RGB 252 30 9 -
CMYK 0 0.88 0.96 0.01
HSL 5.19º 0.98% 0.51% -
HSV(B) 5.19º 0.96% 0.99% -
XYZ 40.66 21.64 2.29 -
YUV 93.98 80.05 240.71 -
System Red Green Blue C M Y K H S L
Decimal 252 30 9 0 0.88 0.96 0.01 5.19 0.98 0.51
Hex FC 1E 9 0 58 60 1 5 62 33
Octal 374 36 11 0 130 140 1 5 142 63
Binary 11111100 11110 1001 0 1011000 1100000 1 101 1100010 110011

Color Harmonies of #FC1E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E09

Black with #FC1E09

Text Example


Text Example

White with #FC1E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E09; }

 p { color: rgb(252,30,9); }

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

background-color css

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

 a { background-color: rgb(252,30,9); }

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

border-color css

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

 span { border-color: rgb(252,30,9); }

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