Html Css Color HEX #FA2D33 Alizarin

📋 copy color: '#FA2D33'

red 250 ◦ green 45 ◦ blue 51

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

Shades of Alizarin #FA2D33

Tints of Alizarin #FA2D33

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.01%

 BLUE value IS 51 (20.31% from 255) = 14.74%

R = 72.25%
G = 13.01%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA2D33 (or 0xFA2D33) is known color: Alizarin. HEX triplet: FA, 2D and 33. RGB value is (250,45,51). Sum of RGB (Red+Green+Blue) = 250+45+51=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D33 is #05D2CC. Grayscale: #6B6B6B. Windows color (decimal): -381645 or 3354106. OLE color: 3354106.

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

Color convert

RGB 250 45 51 -
CMYK 0 0.82 0.80 0.02
HSL 358.24º 0.95% 0.58% -
HSV(B) 358.24º 0.82% 0.98% -
XYZ 40.96 22.44 5.3 -
YUV 106.98 96.42 230.01 -
System Red Green Blue C M Y K H S L
Decimal 250 45 51 0 0.82 0.80 0.02 358.24 0.95 0.58
Hex FA 2D 33 0 52 50 2 166 5F 3A
Octal 372 55 63 0 122 120 2 546 137 72
Binary 11111010 101101 110011 0 1010010 1010000 10 101100110 1011111 111010

Color Harmonies of #FA2D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D33

Black with #FA2D33

Text Example


Text Example

White with #FA2D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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