Html Css Color HEX #FC300D Scarlet

📋 copy color: '#FC300D'

red 252 ◦ green 48 ◦ blue 13

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

Shades of Scarlet #FC300D

Tints of Scarlet #FC300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.34%

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

R = 80.51%
G = 15.34%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC300D (or 0xFC300D) is known color: Scarlet. HEX triplet: FC, 30 and 0D. RGB value is (252,48,13). Sum of RGB (Red+Green+Blue) = 252+48+13=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC300D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC300D is #03CFF2. Grayscale: #696969. Windows color (decimal): -249843 or 864508. OLE color: 864508.

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

Color convert

RGB 252 48 13 -
CMYK 0 0.81 0.95 0.01
HSL 8.79º 0.98% 0.52% -
HSV(B) 8.79º 0.95% 0.99% -
XYZ 41.27 22.84 2.61 -
YUV 105.01 76.09 232.85 -
System Red Green Blue C M Y K H S L
Decimal 252 48 13 0 0.81 0.95 0.01 8.79 0.98 0.52
Hex FC 30 D 0 51 5F 1 9 62 34
Octal 374 60 15 0 121 137 1 11 142 64
Binary 11111100 110000 1101 0 1010001 1011111 1 1001 1100010 110100

Color Harmonies of #FC300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC300D

Black with #FC300D

Text Example


Text Example

White with #FC300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC300D; }

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

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

background-color css

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

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

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

border-color css

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

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

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