Html Css Color HEX #FC320D Scarlet

📋 copy color: '#FC320D'

red 252 ◦ green 50 ◦ blue 13

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

Shades of Scarlet #FC320D

Tints of Scarlet #FC320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

 BLUE value IS 13 (5.47% from 255) = 4.13%

R = 80%
G = 15.87%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC320D (or 0xFC320D) is known color: Scarlet. HEX triplet: FC, 32 and 0D. RGB value is (252,50,13). Sum of RGB (Red+Green+Blue) = 252+50+13=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC320D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC320D is #03CDF2. Grayscale: #6A6A6A. Windows color (decimal): -249331 or 865020. OLE color: 865020.

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

Color convert

RGB 252 50 13 -
CMYK 0 0.80 0.95 0.01
HSL 9.29º 0.98% 0.52% -
HSV(B) 9.29º 0.95% 0.99% -
XYZ 41.36 23.01 2.64 -
YUV 106.18 75.42 232.01 -
System Red Green Blue C M Y K H S L
Decimal 252 50 13 0 0.80 0.95 0.01 9.29 0.98 0.52
Hex FC 32 D 0 50 5F 1 9 62 34
Octal 374 62 15 0 120 137 1 11 142 64
Binary 11111100 110010 1101 0 1010000 1011111 1 1001 1100010 110100

Color Harmonies of #FC320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC320D

Black with #FC320D

Text Example


Text Example

White with #FC320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC320D; }

 p { color: rgb(252,50,13); }

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

background-color css

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

 a { background-color: rgb(252,50,13); }

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

border-color css

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

 span { border-color: rgb(252,50,13); }

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