Html Css Color HEX #F43235 Alizarin

📋 copy color: '#F43235'

red 244 ◦ green 50 ◦ blue 53

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

Shades of Alizarin #F43235

Tints of Alizarin #F43235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.41%

 BLUE value IS 53 (21.09% from 255) = 15.27%

R = 70.32%
G = 14.41%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F43235 (or 0xF43235) is known color: Alizarin. HEX triplet: F4, 32 and 35. RGB value is (244,50,53). Sum of RGB (Red+Green+Blue) = 244+50+53=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F43235 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43235 is #0BCDCA. Grayscale: #6C6C6C. Windows color (decimal): -773579 or 3486452. OLE color: 3486452.

HSL color Cylindrical-coordinate representation of color #F43235: hue angle of 359.07º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43235 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 50 53 -
CMYK 0 0.80 0.78 0.04
HSL 359.07º 0.9% 0.58% -
HSV(B) 359.07º 0.8% 0.96% -
XYZ 39.09 21.77 5.51 -
YUV 108.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 244 50 53 0 0.80 0.78 0.04 359.07 0.9 0.58
Hex F4 32 35 0 50 4E 4 167 5A 3A
Octal 364 62 65 0 120 116 4 547 132 72
Binary 11110100 110010 110101 0 1010000 1001110 100 101100111 1011010 111010

Color Harmonies of #F43235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43235

Black with #F43235

Text Example


Text Example

White with #F43235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43235; }

 p { color: rgb(244,50,53); }

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

background-color css

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

 a { background-color: rgb(244,50,53); }

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

border-color css

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

 span { border-color: rgb(244,50,53); }

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