Html Css Color HEX #FC261D Scarlet

📋 copy color: '#FC261D'

red 252 ◦ green 38 ◦ blue 29

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

Shades of Scarlet #FC261D

Tints of Scarlet #FC261D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.09%

R = 79%
G = 11.91%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC261D (or 0xFC261D) is known color: Scarlet. HEX triplet: FC, 26 and 1D. RGB value is (252,38,29). Sum of RGB (Red+Green+Blue) = 252+38+29=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC261D is #03D9E2. Grayscale: #656565. Windows color (decimal): -252387 or 1910524. OLE color: 1910524.

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

Color convert

RGB 252 38 29 -
CMYK 0 0.85 0.88 0.01
HSL 2.42º 0.97% 0.55% -
HSV(B) 2.42º 0.88% 0.99% -
XYZ 41.06 22.17 3.28 -
YUV 100.96 87.4 235.73 -
System Red Green Blue C M Y K H S L
Decimal 252 38 29 0 0.85 0.88 0.01 2.42 0.97 0.55
Hex FC 26 1D 0 55 58 1 2 61 37
Octal 374 46 35 0 125 130 1 2 141 67
Binary 11111100 100110 11101 0 1010101 1011000 1 10 1100001 110111

Color Harmonies of #FC261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC261D

Black with #FC261D

Text Example


Text Example

White with #FC261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC261D; }

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

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

background-color css

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

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

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

border-color css

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

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

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