Html Css Color HEX #FA2A35 Alizarin

📋 copy color: '#FA2A35'

red 250 ◦ green 42 ◦ blue 53

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

Shades of Alizarin #FA2A35

Tints of Alizarin #FA2A35

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.17%

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

R = 72.46%
G = 12.17%
B = 15.36%

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

#FA2A35 (or 0xFA2A35) is known color: Alizarin. HEX triplet: FA, 2A and 35. RGB value is (250,42,53). Sum of RGB (Red+Green+Blue) = 250+42+53=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2A35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2A35 is #05D5CA. Grayscale: #696969. Windows color (decimal): -382411 or 3484410. OLE color: 3484410.

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

Color convert

RGB 250 42 53 -
CMYK 0 0.83 0.79 0.02
HSL 356.83º 0.95% 0.57% -
HSV(B) 356.83º 0.83% 0.98% -
XYZ 40.89 22.24 5.5 -
YUV 105.45 98.41 231.11 -
System Red Green Blue C M Y K H S L
Decimal 250 42 53 0 0.83 0.79 0.02 356.83 0.95 0.57
Hex FA 2A 35 0 53 4F 2 165 5F 39
Octal 372 52 65 0 123 117 2 545 137 71
Binary 11111010 101010 110101 0 1010011 1001111 10 101100101 1011111 111001

Color Harmonies of #FA2A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2A35

Black with #FA2A35

Text Example


Text Example

White with #FA2A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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