Html Css Color HEX #FC2509 Scarlet

📋 copy color: '#FC2509'

red 252 ◦ green 37 ◦ blue 9

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

Shades of Scarlet #FC2509

Tints of Scarlet #FC2509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

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

R = 84.56%
G = 12.42%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC2509 (or 0xFC2509) is known color: Scarlet. HEX triplet: FC, 25 and 09. RGB value is (252,37,9). Sum of RGB (Red+Green+Blue) = 252+37+9=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2509 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2509 is #03DAF6. Grayscale: #626262. Windows color (decimal): -252663 or 599548. OLE color: 599548.

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

Color convert

RGB 252 37 9 -
CMYK 0 0.85 0.96 0.01
HSL 6.91º 0.98% 0.51% -
HSV(B) 6.91º 0.96% 0.99% -
XYZ 40.86 22.04 2.36 -
YUV 98.09 77.73 237.78 -
System Red Green Blue C M Y K H S L
Decimal 252 37 9 0 0.85 0.96 0.01 6.91 0.98 0.51
Hex FC 25 9 0 55 60 1 7 62 33
Octal 374 45 11 0 125 140 1 7 142 63
Binary 11111100 100101 1001 0 1010101 1100000 1 111 1100010 110011

Color Harmonies of #FC2509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2509

Black with #FC2509

Text Example


Text Example

White with #FC2509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2509; }

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

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

background-color css

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

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

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

border-color css

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

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

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