Html Css Color HEX #FC3409 Scarlet

📋 copy color: '#FC3409'

red 252 ◦ green 52 ◦ blue 9

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

Shades of Scarlet #FC3409

Tints of Scarlet #FC3409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

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

R = 80.51%
G = 16.61%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC3409 (or 0xFC3409) is known color: Scarlet. HEX triplet: FC, 34 and 09. RGB value is (252,52,9). Sum of RGB (Red+Green+Blue) = 252+52+9=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3409 is #03CBF6. Grayscale: #6B6B6B. Windows color (decimal): -248823 or 603388. OLE color: 603388.

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

Color convert

RGB 252 52 9 -
CMYK 0 0.79 0.96 0.01
HSL 10.62º 0.98% 0.51% -
HSV(B) 10.62º 0.96% 0.99% -
XYZ 41.42 23.17 2.55 -
YUV 106.9 72.76 231.5 -
System Red Green Blue C M Y K H S L
Decimal 252 52 9 0 0.79 0.96 0.01 10.62 0.98 0.51
Hex FC 34 9 0 4F 60 1 B 62 33
Octal 374 64 11 0 117 140 1 13 142 63
Binary 11111100 110100 1001 0 1001111 1100000 1 1011 1100010 110011

Color Harmonies of #FC3409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3409

Black with #FC3409

Text Example


Text Example

White with #FC3409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3409; }

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

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

background-color css

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

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

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

border-color css

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

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

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