Html Css Color HEX #F4252D Alizarin

📋 copy color: '#F4252D'

red 244 ◦ green 37 ◦ blue 45

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

Shades of Alizarin #F4252D

Tints of Alizarin #F4252D

RGB

 RED value IS 244 (95.7% from 255) = 74.85%

 GREEN value IS 37 (14.84% from 255) = 11.35%

 BLUE value IS 45 (17.97% from 255) = 13.8%

R = 74.85%
G = 11.35%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4252D (or 0xF4252D) is known color: Alizarin. HEX triplet: F4, 25 and 2D. RGB value is (244,37,45). Sum of RGB (Red+Green+Blue) = 244+37+45=326 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.85% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 244 - color contains mainly: red. Hex color #F4252D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4252D is #0BDAD2. Grayscale: #636363. Windows color (decimal): -776915 or 2958836. OLE color: 2958836.

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

Color convert

RGB 244 37 45 -
CMYK 0 0.85 0.82 0.04
HSL 357.68º 0.9% 0.55% -
HSV(B) 357.68º 0.85% 0.96% -
XYZ 38.44 20.75 4.46 -
YUV 99.81 97.08 230.85 -
System Red Green Blue C M Y K H S L
Decimal 244 37 45 0 0.85 0.82 0.04 357.68 0.9 0.55
Hex F4 25 2D 0 55 52 4 166 5A 37
Octal 364 45 55 0 125 122 4 546 132 67
Binary 11110100 100101 101101 0 1010101 1010010 100 101100110 1011010 110111

Color Harmonies of #F4252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4252D

Black with #F4252D

Text Example


Text Example

White with #F4252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4252D; }

 p { color: rgb(244,37,45); }

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

background-color css

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

 a { background-color: rgb(244,37,45); }

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

border-color css

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

 span { border-color: rgb(244,37,45); }

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