Html Css Color HEX #FA2B35 Alizarin

📋 copy color: '#FA2B35'

red 250 ◦ green 43 ◦ blue 53

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

Shades of Alizarin #FA2B35

Tints of Alizarin #FA2B35

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.43%

 BLUE value IS 53 (21.09% from 255) = 15.32%

R = 72.25%
G = 12.43%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA2B35 (or 0xFA2B35) is known color: Alizarin. HEX triplet: FA, 2B and 35. RGB value is (250,43,53). Sum of RGB (Red+Green+Blue) = 250+43+53=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2B35 is #05D4CA. Grayscale: #6A6A6A. Windows color (decimal): -382155 or 3484666. OLE color: 3484666.

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

Color convert

RGB 250 43 53 -
CMYK 0 0.83 0.79 0.02
HSL 357.1º 0.95% 0.57% -
HSV(B) 357.1º 0.83% 0.98% -
XYZ 40.93 22.31 5.52 -
YUV 106.03 98.08 230.69 -
System Red Green Blue C M Y K H S L
Decimal 250 43 53 0 0.83 0.79 0.02 357.1 0.95 0.57
Hex FA 2B 35 0 53 4F 2 165 5F 39
Octal 372 53 65 0 123 117 2 545 137 71
Binary 11111010 101011 110101 0 1010011 1001111 10 101100101 1011111 111001

Color Harmonies of #FA2B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B35

Black with #FA2B35

Text Example


Text Example

White with #FA2B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B35; }

 p { color: rgb(250,43,53); }

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

background-color css

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

 a { background-color: rgb(250,43,53); }

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

border-color css

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

 span { border-color: rgb(250,43,53); }

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