Html Css Color HEX #FA3435 Alizarin

📋 copy color: '#FA3435'

red 250 ◦ green 52 ◦ blue 53

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

Shades of Alizarin #FA3435

Tints of Alizarin #FA3435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.65%

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

R = 70.42%
G = 14.65%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA3435 (or 0xFA3435) is known color: Alizarin. HEX triplet: FA, 34 and 35. RGB value is (250,52,53). Sum of RGB (Red+Green+Blue) = 250+52+53=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3435 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3435 is #05CBCA. Grayscale: #6F6F6F. Windows color (decimal): -379851 or 3486970. OLE color: 3486970.

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

Color convert

RGB 250 52 53 -
CMYK 0 0.79 0.79 0.02
HSL 359.7º 0.95% 0.59% -
HSV(B) 359.7º 0.79% 0.98% -
XYZ 41.29 23.04 5.64 -
YUV 111.32 95.1 226.92 -
System Red Green Blue C M Y K H S L
Decimal 250 52 53 0 0.79 0.79 0.02 359.7 0.95 0.59
Hex FA 34 35 0 4F 4F 2 168 5F 3B
Octal 372 64 65 0 117 117 2 550 137 73
Binary 11111010 110100 110101 0 1001111 1001111 10 101101000 1011111 111011

Color Harmonies of #FA3435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3435

Black with #FA3435

Text Example


Text Example

White with #FA3435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3435; }

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

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

background-color css

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

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

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

border-color css

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

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

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