Html Css Color HEX #FC262B Alizarin

📋 copy color: '#FC262B'

red 252 ◦ green 38 ◦ blue 43

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

Shades of Alizarin #FC262B

Tints of Alizarin #FC262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.91%

R = 75.68%
G = 11.41%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC262B (or 0xFC262B) is known color: Alizarin. HEX triplet: FC, 26 and 2B. RGB value is (252,38,43). Sum of RGB (Red+Green+Blue) = 252+38+43=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC262B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC262B is #03D9D4. Grayscale: #666666. Windows color (decimal): -252373 or 2828028. OLE color: 2828028.

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

Color convert

RGB 252 38 43 -
CMYK 0 0.85 0.83 0.01
HSL 358.6º 0.97% 0.57% -
HSV(B) 358.6º 0.85% 0.99% -
XYZ 41.27 22.26 4.41 -
YUV 102.56 94.4 234.59 -
System Red Green Blue C M Y K H S L
Decimal 252 38 43 0 0.85 0.83 0.01 358.6 0.97 0.57
Hex FC 26 2B 0 55 53 1 167 61 39
Octal 374 46 53 0 125 123 1 547 141 71
Binary 11111100 100110 101011 0 1010101 1010011 1 101100111 1100001 111001

Color Harmonies of #FC262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC262B

Black with #FC262B

Text Example


Text Example

White with #FC262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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