Html Css Color HEX #F42535 Alizarin

📋 copy color: '#F42535'

red 244 ◦ green 37 ◦ blue 53

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

Shades of Alizarin #F42535

Tints of Alizarin #F42535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.08%

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

R = 73.05%
G = 11.08%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F42535 (or 0xF42535) is known color: Alizarin. HEX triplet: F4, 25 and 35. RGB value is (244,37,53). Sum of RGB (Red+Green+Blue) = 244+37+53=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F42535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42535 is #0BDACA. Grayscale: #646464. Windows color (decimal): -776907 or 3483124. OLE color: 3483124.

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

Color convert

RGB 244 37 53 -
CMYK 0 0.85 0.78 0.04
HSL 355.36º 0.9% 0.55% -
HSV(B) 355.36º 0.85% 0.96% -
XYZ 38.61 20.81 5.35 -
YUV 100.72 101.08 230.2 -
System Red Green Blue C M Y K H S L
Decimal 244 37 53 0 0.85 0.78 0.04 355.36 0.9 0.55
Hex F4 25 35 0 55 4E 4 163 5A 37
Octal 364 45 65 0 125 116 4 543 132 67
Binary 11110100 100101 110101 0 1010101 1001110 100 101100011 1011010 110111

Color Harmonies of #F42535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42535

Black with #F42535

Text Example


Text Example

White with #F42535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42535; }

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

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

background-color css

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

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

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

border-color css

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

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

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