Html Css Color HEX #F51F2B Alizarin

📋 copy color: '#F51F2B'

red 245 ◦ green 31 ◦ blue 43

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

Shades of Alizarin #F51F2B

Tints of Alizarin #F51F2B

RGB

 RED value IS 245 (96.09% from 255) = 76.8%

 GREEN value IS 31 (12.5% from 255) = 9.72%

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 76.8%
G = 9.72%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F51F2B (or 0xF51F2B) is known color: Alizarin. HEX triplet: F5, 1F and 2B. RGB value is (245,31,43). Sum of RGB (Red+Green+Blue) = 245+31+43=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F51F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51F2B is #0AE0D4. Grayscale: #606060. Windows color (decimal): -712917 or 2826229. OLE color: 2826229.

HSL color Cylindrical-coordinate representation of color #F51F2B: hue angle of 356.64º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F51F2B is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 31 43 -
CMYK 0 0.87 0.82 0.04
HSL 356.64º 0.91% 0.54% -
HSV(B) 356.64º 0.87% 0.96% -
XYZ 38.58 20.57 4.22 -
YUV 96.35 97.9 234.02 -
System Red Green Blue C M Y K H S L
Decimal 245 31 43 0 0.87 0.82 0.04 356.64 0.91 0.54
Hex F5 1F 2B 0 57 52 4 165 5B 36
Octal 365 37 53 0 127 122 4 545 133 66
Binary 11110101 11111 101011 0 1010111 1010010 100 101100101 1011011 110110

Color Harmonies of #F51F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51F2B

Black with #F51F2B

Text Example


Text Example

White with #F51F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51F2B; }

 p { color: rgb(245,31,43); }

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

background-color css

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

 a { background-color: rgb(245,31,43); }

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

border-color css

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

 span { border-color: rgb(245,31,43); }

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