Html Css Color HEX #FC3403 Scarlet

📋 copy color: '#FC3403'

red 252 ◦ green 52 ◦ blue 3

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

Shades of Scarlet #FC3403

Tints of Scarlet #FC3403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 82.08%
G = 16.94%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC3403 (or 0xFC3403) is known color: Scarlet. HEX triplet: FC, 34 and 03. RGB value is (252,52,3). Sum of RGB (Red+Green+Blue) = 252+52+3=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3403 is #03CBFC. Grayscale: #6A6A6A. Windows color (decimal): -248829 or 210172. OLE color: 210172.

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

Color convert

RGB 252 52 3 -
CMYK 0 0.79 0.99 0.01
HSL 11.81º 0.98% 0.5% -
HSV(B) 11.81º 0.99% 0.99% -
XYZ 41.39 23.16 2.37 -
YUV 106.21 69.76 231.98 -
System Red Green Blue C M Y K H S L
Decimal 252 52 3 0 0.79 0.99 0.01 11.81 0.98 0.5
Hex FC 34 3 0 4F 63 1 C 62 32
Octal 374 64 3 0 117 143 1 14 142 62
Binary 11111100 110100 11 0 1001111 1100011 1 1100 1100010 110010

Color Harmonies of #FC3403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3403

Black with #FC3403

Text Example


Text Example

White with #FC3403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3403; }

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

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

background-color css

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

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

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

border-color css

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

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

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