Html Css Color HEX #F5232A Alizarin

📋 copy color: '#F5232A'

red 245 ◦ green 35 ◦ blue 42

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

Shades of Alizarin #F5232A

Tints of Alizarin #F5232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.04%

R = 76.09%
G = 10.87%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5232A (or 0xF5232A) is known color: Alizarin. HEX triplet: F5, 23 and 2A. RGB value is (245,35,42). Sum of RGB (Red+Green+Blue) = 245+35+42=322 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.09% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 245 - color contains mainly: red. Hex color #F5232A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5232A is #0ADCD5. Grayscale: #626262. Windows color (decimal): -711894 or 2761717. OLE color: 2761717.

HSL color Cylindrical-coordinate representation of color #F5232A: hue angle of 358º 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 #F5232A is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 35 42 -
CMYK 0 0.86 0.83 0.04
HSL 358º 0.91% 0.55% -
HSV(B) 358º 0.86% 0.96% -
XYZ 38.68 20.78 4.16 -
YUV 98.59 96.07 232.43 -
System Red Green Blue C M Y K H S L
Decimal 245 35 42 0 0.86 0.83 0.04 358 0.91 0.55
Hex F5 23 2A 0 56 53 4 166 5B 37
Octal 365 43 52 0 126 123 4 546 133 67
Binary 11110101 100011 101010 0 1010110 1010011 100 101100110 1011011 110111

Color Harmonies of #F5232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5232A

Black with #F5232A

Text Example


Text Example

White with #F5232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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