Html Css Color HEX #F3272E Alizarin

📋 copy color: '#F3272E'

red 243 ◦ green 39 ◦ blue 46

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

Shades of Alizarin #F3272E

Tints of Alizarin #F3272E

RGB

 RED value IS 243 (95.31% from 255) = 74.09%

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

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

R = 74.09%
G = 11.89%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3272E (or 0xF3272E) is known color: Alizarin. HEX triplet: F3, 27 and 2E. RGB value is (243,39,46). Sum of RGB (Red+Green+Blue) = 243+39+46=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F3272E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3272E is #0CD8D1. Grayscale: #646464. Windows color (decimal): -841938 or 3024883. OLE color: 3024883.

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

Color convert

RGB 243 39 46 -
CMYK 0 0.84 0.81 0.05
HSL 357.94º 0.89% 0.55% -
HSV(B) 357.94º 0.84% 0.95% -
XYZ 38.18 20.7 4.57 -
YUV 100.79 97.09 229.43 -
System Red Green Blue C M Y K H S L
Decimal 243 39 46 0 0.84 0.81 0.05 357.94 0.89 0.55
Hex F3 27 2E 0 54 51 5 166 59 37
Octal 363 47 56 0 124 121 5 546 131 67
Binary 11110011 100111 101110 0 1010100 1010001 101 101100110 1011001 110111

Color Harmonies of #F3272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3272E

Black with #F3272E

Text Example


Text Example

White with #F3272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3272E; }

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

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

background-color css

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

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

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

border-color css

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

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

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