Html Css Color HEX #FC2614 Scarlet

📋 copy color: '#FC2614'

red 252 ◦ green 38 ◦ blue 20

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

Shades of Scarlet #FC2614

Tints of Scarlet #FC2614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

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

R = 81.29%
G = 12.26%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC2614 (or 0xFC2614) is known color: Scarlet. HEX triplet: FC, 26 and 14. RGB value is (252,38,20). Sum of RGB (Red+Green+Blue) = 252+38+20=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2614 is #03D9EB. Grayscale: #646464. Windows color (decimal): -252396 or 1320700. OLE color: 1320700.

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

Color convert

RGB 252 38 20 -
CMYK 0 0.85 0.92 0.01
HSL 4.66º 0.97% 0.53% -
HSV(B) 4.66º 0.92% 0.99% -
XYZ 40.96 22.13 2.77 -
YUV 99.93 82.9 236.46 -
System Red Green Blue C M Y K H S L
Decimal 252 38 20 0 0.85 0.92 0.01 4.66 0.97 0.53
Hex FC 26 14 0 55 5C 1 5 61 35
Octal 374 46 24 0 125 134 1 5 141 65
Binary 11111100 100110 10100 0 1010101 1011100 1 101 1100001 110101

Color Harmonies of #FC2614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2614

Black with #FC2614

Text Example


Text Example

White with #FC2614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2614; }

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

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

background-color css

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

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

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

border-color css

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

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

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