Html Css Color HEX #F42835 Alizarin

📋 copy color: '#F42835'

red 244 ◦ green 40 ◦ blue 53

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

Shades of Alizarin #F42835

Tints of Alizarin #F42835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

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

R = 72.4%
G = 11.87%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F42835 (or 0xF42835) is known color: Alizarin. HEX triplet: F4, 28 and 35. RGB value is (244,40,53). Sum of RGB (Red+Green+Blue) = 244+40+53=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F42835 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42835 is #0BD7CA. Grayscale: #666666. Windows color (decimal): -776139 or 3483892. OLE color: 3483892.

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

Color convert

RGB 244 40 53 -
CMYK 0 0.84 0.78 0.04
HSL 356.18º 0.9% 0.56% -
HSV(B) 356.18º 0.84% 0.96% -
XYZ 38.71 21.01 5.38 -
YUV 102.48 100.09 228.94 -
System Red Green Blue C M Y K H S L
Decimal 244 40 53 0 0.84 0.78 0.04 356.18 0.9 0.56
Hex F4 28 35 0 54 4E 4 164 5A 38
Octal 364 50 65 0 124 116 4 544 132 70
Binary 11110100 101000 110101 0 1010100 1001110 100 101100100 1011010 111000

Color Harmonies of #F42835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42835

Black with #F42835

Text Example


Text Example

White with #F42835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42835; }

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

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

background-color css

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

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

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

border-color css

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

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

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