Html Css Color HEX #FC261A Scarlet

📋 copy color: '#FC261A'

red 252 ◦ green 38 ◦ blue 26

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

Shades of Scarlet #FC261A

Tints of Scarlet #FC261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.23%

R = 79.75%
G = 12.03%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC261A (or 0xFC261A) is known color: Scarlet. HEX triplet: FC, 26 and 1A. RGB value is (252,38,26). Sum of RGB (Red+Green+Blue) = 252+38+26=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC261A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC261A is #03D9E5. Grayscale: #646464. Windows color (decimal): -252390 or 1713916. OLE color: 1713916.

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

Color convert

RGB 252 38 26 -
CMYK 0 0.85 0.90 0.01
HSL 3.19º 0.97% 0.55% -
HSV(B) 3.19º 0.9% 0.99% -
XYZ 41.02 22.16 3.09 -
YUV 100.62 85.9 235.98 -
System Red Green Blue C M Y K H S L
Decimal 252 38 26 0 0.85 0.90 0.01 3.19 0.97 0.55
Hex FC 26 1A 0 55 5A 1 3 61 37
Octal 374 46 32 0 125 132 1 3 141 67
Binary 11111100 100110 11010 0 1010101 1011010 1 11 1100001 110111

Color Harmonies of #FC261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC261A

Black with #FC261A

Text Example


Text Example

White with #FC261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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