Html Css Color HEX #F4272E Alizarin

📋 copy color: '#F4272E'

red 244 ◦ green 39 ◦ blue 46

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

Shades of Alizarin #F4272E

Tints of Alizarin #F4272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.85%

 BLUE value IS 46 (18.36% from 255) = 13.98%

R = 74.16%
G = 11.85%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F4272E (or 0xF4272E) is known color: Alizarin. HEX triplet: F4, 27 and 2E. RGB value is (244,39,46). Sum of RGB (Red+Green+Blue) = 244+39+46=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F4272E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4272E is #0BD8D1. Grayscale: #656565. Windows color (decimal): -776402 or 3024884. OLE color: 3024884.

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

Color convert

RGB 244 39 46 -
CMYK 0 0.84 0.81 0.04
HSL 357.95º 0.9% 0.55% -
HSV(B) 357.95º 0.84% 0.96% -
XYZ 38.53 20.88 4.58 -
YUV 101.09 96.92 229.93 -
System Red Green Blue C M Y K H S L
Decimal 244 39 46 0 0.84 0.81 0.04 357.95 0.9 0.55
Hex F4 27 2E 0 54 51 4 166 5A 37
Octal 364 47 56 0 124 121 4 546 132 67
Binary 11110100 100111 101110 0 1010100 1010001 100 101100110 1011010 110111

Color Harmonies of #F4272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4272E

Black with #F4272E

Text Example


Text Example

White with #F4272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4272E; }

 p { color: rgb(244,39,46); }

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

background-color css

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

 a { background-color: rgb(244,39,46); }

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

border-color css

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

 span { border-color: rgb(244,39,46); }

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