Html Css Color HEX #FA2629 Alizarin

📋 copy color: '#FA2629'

red 250 ◦ green 38 ◦ blue 41

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

Shades of Alizarin #FA2629

Tints of Alizarin #FA2629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.46%

R = 75.99%
G = 11.55%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA2629 (or 0xFA2629) is known color: Alizarin. HEX triplet: FA, 26 and 29. RGB value is (250,38,41). Sum of RGB (Red+Green+Blue) = 250+38+41=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2629 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2629 is #05D9D6. Grayscale: #656565. Windows color (decimal): -383447 or 2696954. OLE color: 2696954.

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

Color convert

RGB 250 38 41 -
CMYK 0 0.85 0.84 0.02
HSL 359.15º 0.95% 0.56% -
HSV(B) 359.15º 0.85% 0.98% -
XYZ 40.52 21.87 4.18 -
YUV 101.73 93.74 233.76 -
System Red Green Blue C M Y K H S L
Decimal 250 38 41 0 0.85 0.84 0.02 359.15 0.95 0.56
Hex FA 26 29 0 55 54 2 167 5F 38
Octal 372 46 51 0 125 124 2 547 137 70
Binary 11111010 100110 101001 0 1010101 1010100 10 101100111 1011111 111000

Color Harmonies of #FA2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2629

Black with #FA2629

Text Example


Text Example

White with #FA2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2629; }

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

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

background-color css

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

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

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

border-color css

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

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

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