Html Css Color HEX #FC2617 Scarlet

📋 copy color: '#FC2617'

red 252 ◦ green 38 ◦ blue 23

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

Shades of Scarlet #FC2617

Tints of Scarlet #FC2617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.35%

R = 80.51%
G = 12.14%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC2617 (or 0xFC2617) is known color: Scarlet. HEX triplet: FC, 26 and 17. RGB value is (252,38,23). Sum of RGB (Red+Green+Blue) = 252+38+23=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2617 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2617 is #03D9E8. Grayscale: #646464. Windows color (decimal): -252393 or 1517308. OLE color: 1517308.

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

Color convert

RGB 252 38 23 -
CMYK 0 0.85 0.91 0.01
HSL 3.93º 0.97% 0.54% -
HSV(B) 3.93º 0.91% 0.99% -
XYZ 40.99 22.14 2.92 -
YUV 100.28 84.4 236.22 -
System Red Green Blue C M Y K H S L
Decimal 252 38 23 0 0.85 0.91 0.01 3.93 0.97 0.54
Hex FC 26 17 0 55 5B 1 4 61 36
Octal 374 46 27 0 125 133 1 4 141 66
Binary 11111100 100110 10111 0 1010101 1011011 1 100 1100001 110110

Color Harmonies of #FC2617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2617

Black with #FC2617

Text Example


Text Example

White with #FC2617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2617; }

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

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

background-color css

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

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

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

border-color css

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

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

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