Html Css Color HEX #FC3614 Scarlet

📋 copy color: '#FC3614'

red 252 ◦ green 54 ◦ blue 20

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

Shades of Scarlet #FC3614

Tints of Scarlet #FC3614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 77.3%
G = 16.56%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC3614 (or 0xFC3614) is known color: Scarlet. HEX triplet: FC, 36 and 14. RGB value is (252,54,20). Sum of RGB (Red+Green+Blue) = 252+54+20=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3614 is #03C9EB. Grayscale: #6D6D6D. Windows color (decimal): -248300 or 1324796. OLE color: 1324796.

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

Color convert

RGB 252 54 20 -
CMYK 0 0.79 0.92 0.01
HSL 8.79º 0.97% 0.53% -
HSV(B) 8.79º 0.92% 0.99% -
XYZ 41.59 23.38 2.98 -
YUV 109.33 77.6 229.76 -
System Red Green Blue C M Y K H S L
Decimal 252 54 20 0 0.79 0.92 0.01 8.79 0.97 0.53
Hex FC 36 14 0 4F 5C 1 9 61 35
Octal 374 66 24 0 117 134 1 11 141 65
Binary 11111100 110110 10100 0 1001111 1011100 1 1001 1100001 110101

Color Harmonies of #FC3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3614

Black with #FC3614

Text Example


Text Example

White with #FC3614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3614; }

 p { color: rgb(252,54,20); }

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

background-color css

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

 a { background-color: rgb(252,54,20); }

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

border-color css

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

 span { border-color: rgb(252,54,20); }

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