Html Css Color HEX #FA3334 Alizarin

📋 copy color: '#FA3334'

red 250 ◦ green 51 ◦ blue 52

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

Shades of Alizarin #FA3334

Tints of Alizarin #FA3334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.45%

 BLUE value IS 52 (20.7% from 255) = 14.73%

R = 70.82%
G = 14.45%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA3334 (or 0xFA3334) is known color: Alizarin. HEX triplet: FA, 33 and 34. RGB value is (250,51,52). Sum of RGB (Red+Green+Blue) = 250+51+52=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3334 is #05CCCB. Grayscale: #6E6E6E. Windows color (decimal): -380108 or 3421178. OLE color: 3421178.

HSL color Cylindrical-coordinate representation of color #FA3334: 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.8%. Process color model (Four color, CMYK) of #FA3334 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 51 52 -
CMYK 0 0.80 0.79 0.02
HSL 359.7º 0.95% 0.59% -
HSV(B) 359.7º 0.8% 0.98% -
XYZ 41.23 22.94 5.5 -
YUV 110.62 94.93 227.42 -
System Red Green Blue C M Y K H S L
Decimal 250 51 52 0 0.80 0.79 0.02 359.7 0.95 0.59
Hex FA 33 34 0 50 4F 2 168 5F 3B
Octal 372 63 64 0 120 117 2 550 137 73
Binary 11111010 110011 110100 0 1010000 1001111 10 101101000 1011111 111011

Color Harmonies of #FA3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3334

Black with #FA3334

Text Example


Text Example

White with #FA3334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3334; }

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

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

background-color css

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

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

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

border-color css

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

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

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