Html Css Color HEX #FC340D Scarlet

📋 copy color: '#FC340D'

red 252 ◦ green 52 ◦ blue 13

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

Shades of Scarlet #FC340D

Tints of Scarlet #FC340D

RGB

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

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

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

R = 79.5%
G = 16.4%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC340D (or 0xFC340D) is known color: Scarlet. HEX triplet: FC, 34 and 0D. RGB value is (252,52,13). Sum of RGB (Red+Green+Blue) = 252+52+13=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC340D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC340D is #03CBF2. Grayscale: #6B6B6B. Windows color (decimal): -248819 or 865532. OLE color: 865532.

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

Color convert

RGB 252 52 13 -
CMYK 0 0.79 0.95 0.01
HSL 9.79º 0.98% 0.52% -
HSV(B) 9.79º 0.95% 0.99% -
XYZ 41.45 23.18 2.67 -
YUV 107.35 74.76 231.17 -
System Red Green Blue C M Y K H S L
Decimal 252 52 13 0 0.79 0.95 0.01 9.79 0.98 0.52
Hex FC 34 D 0 4F 5F 1 A 62 34
Octal 374 64 15 0 117 137 1 12 142 64
Binary 11111100 110100 1101 0 1001111 1011111 1 1010 1100010 110100

Color Harmonies of #FC340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC340D

Black with #FC340D

Text Example


Text Example

White with #FC340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC340D; }

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

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

background-color css

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

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

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

border-color css

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

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

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