Html Css Color HEX #FC262A Alizarin

📋 copy color: '#FC262A'

red 252 ◦ green 38 ◦ blue 42

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

Shades of Alizarin #FC262A

Tints of Alizarin #FC262A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.65%

R = 75.9%
G = 11.45%
B = 12.65%

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

#FC262A (or 0xFC262A) is known color: Alizarin. HEX triplet: FC, 26 and 2A. RGB value is (252,38,42). Sum of RGB (Red+Green+Blue) = 252+38+42=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC262A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC262A is #03D9D5. Grayscale: #666666. Windows color (decimal): -252374 or 2762492. OLE color: 2762492.

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

Color convert

RGB 252 38 42 -
CMYK 0 0.85 0.83 0.01
HSL 358.88º 0.97% 0.57% -
HSV(B) 358.88º 0.85% 0.99% -
XYZ 41.26 22.25 4.31 -
YUV 102.44 93.9 234.67 -
System Red Green Blue C M Y K H S L
Decimal 252 38 42 0 0.85 0.83 0.01 358.88 0.97 0.57
Hex FC 26 2A 0 55 53 1 167 61 39
Octal 374 46 52 0 125 123 1 547 141 71
Binary 11111100 100110 101010 0 1010101 1010011 1 101100111 1100001 111001

Color Harmonies of #FC262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC262A

Black with #FC262A

Text Example


Text Example

White with #FC262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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