Html Css Color HEX #FA262C Alizarin

📋 copy color: '#FA262C'

red 250 ◦ green 38 ◦ blue 44

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

Shades of Alizarin #FA262C

Tints of Alizarin #FA262C

RGB

 RED value IS 250 (98.05% from 255) = 75.3%

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

 BLUE value IS 44 (17.58% from 255) = 13.25%

R = 75.3%
G = 11.45%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA262C (or 0xFA262C) is known color: Alizarin. HEX triplet: FA, 26 and 2C. RGB value is (250,38,44). Sum of RGB (Red+Green+Blue) = 250+38+44=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA262C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA262C is #05D9D3. Grayscale: #666666. Windows color (decimal): -383444 or 2893562. OLE color: 2893562.

HSL color Cylindrical-coordinate representation of color #FA262C: hue angle of 358.3º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA262C is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 38 44 -
CMYK 0 0.85 0.82 0.02
HSL 358.3º 0.95% 0.56% -
HSV(B) 358.3º 0.85% 0.98% -
XYZ 40.57 21.89 4.47 -
YUV 102.07 95.24 233.51 -
System Red Green Blue C M Y K H S L
Decimal 250 38 44 0 0.85 0.82 0.02 358.3 0.95 0.56
Hex FA 26 2C 0 55 52 2 166 5F 38
Octal 372 46 54 0 125 122 2 546 137 70
Binary 11111010 100110 101100 0 1010101 1010010 10 101100110 1011111 111000

Color Harmonies of #FA262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA262C

Black with #FA262C

Text Example


Text Example

White with #FA262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA262C; }

 p { color: rgb(250,38,44); }

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

background-color css

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

 a { background-color: rgb(250,38,44); }

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

border-color css

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

 span { border-color: rgb(250,38,44); }

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