Html Css Color HEX #F5232F Alizarin

📋 copy color: '#F5232F'

red 245 ◦ green 35 ◦ blue 47

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

Shades of Alizarin #F5232F

Tints of Alizarin #F5232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.7%

 BLUE value IS 47 (18.75% from 255) = 14.37%

R = 74.92%
G = 10.7%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5232F (or 0xF5232F) is known color: Alizarin. HEX triplet: F5, 23 and 2F. RGB value is (245,35,47). Sum of RGB (Red+Green+Blue) = 245+35+47=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F5232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5232F is #0ADCD0. Grayscale: #636363. Windows color (decimal): -711889 or 3089397. OLE color: 3089397.

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

Color convert

RGB 245 35 47 -
CMYK 0 0.86 0.81 0.04
HSL 356.57º 0.91% 0.55% -
HSV(B) 356.57º 0.86% 0.96% -
XYZ 38.77 20.82 4.66 -
YUV 99.16 98.57 232.02 -
System Red Green Blue C M Y K H S L
Decimal 245 35 47 0 0.86 0.81 0.04 356.57 0.91 0.55
Hex F5 23 2F 0 56 51 4 165 5B 37
Octal 365 43 57 0 126 121 4 545 133 67
Binary 11110101 100011 101111 0 1010110 1010001 100 101100101 1011011 110111

Color Harmonies of #F5232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5232F

Black with #F5232F

Text Example


Text Example

White with #F5232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5232F; }

 p { color: rgb(245,35,47); }

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

background-color css

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

 a { background-color: rgb(245,35,47); }

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

border-color css

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

 span { border-color: rgb(245,35,47); }

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