Html Css Color HEX #F42D3C Alizarin

📋 copy color: '#F42D3C'

red 244 ◦ green 45 ◦ blue 60

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

Shades of Alizarin #F42D3C

Tints of Alizarin #F42D3C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.89%

 BLUE value IS 60 (23.83% from 255) = 17.19%

R = 69.91%
G = 12.89%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F42D3C (or 0xF42D3C) is known color: Alizarin. HEX triplet: F4, 2D and 3C. RGB value is (244,45,60). Sum of RGB (Red+Green+Blue) = 244+45+60=349 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.91% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42D3C is #0BD2C3. Grayscale: #6A6A6A. Windows color (decimal): -774852 or 3943924. OLE color: 3943924.

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

Color convert

RGB 244 45 60 -
CMYK 0 0.82 0.75 0.04
HSL 355.48º 0.9% 0.57% -
HSV(B) 355.48º 0.82% 0.96% -
XYZ 39.06 21.44 6.35 -
YUV 106.21 101.93 226.28 -
System Red Green Blue C M Y K H S L
Decimal 244 45 60 0 0.82 0.75 0.04 355.48 0.9 0.57
Hex F4 2D 3C 0 52 4B 4 163 5A 39
Octal 364 55 74 0 122 113 4 543 132 71
Binary 11110100 101101 111100 0 1010010 1001011 100 101100011 1011010 111001

Color Harmonies of #F42D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42D3C

Black with #F42D3C

Text Example


Text Example

White with #F42D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42D3C; }

 p { color: rgb(244,45,60); }

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

background-color css

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

 a { background-color: rgb(244,45,60); }

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

border-color css

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

 span { border-color: rgb(244,45,60); }

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