Html Css Color HEX #F42530 Alizarin

📋 copy color: '#F42530'

red 244 ◦ green 37 ◦ blue 48

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

Shades of Alizarin #F42530

Tints of Alizarin #F42530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.59%

R = 74.16%
G = 11.25%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F42530 (or 0xF42530) is known color: Alizarin. HEX triplet: F4, 25 and 30. RGB value is (244,37,48). Sum of RGB (Red+Green+Blue) = 244+37+48=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F42530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42530 is #0BDACF. Grayscale: #646464. Windows color (decimal): -776912 or 3155444. OLE color: 3155444.

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

Color convert

RGB 244 37 48 -
CMYK 0 0.85 0.80 0.04
HSL 356.81º 0.9% 0.55% -
HSV(B) 356.81º 0.85% 0.96% -
XYZ 38.5 20.77 4.78 -
YUV 100.15 98.58 230.61 -
System Red Green Blue C M Y K H S L
Decimal 244 37 48 0 0.85 0.80 0.04 356.81 0.9 0.55
Hex F4 25 30 0 55 50 4 165 5A 37
Octal 364 45 60 0 125 120 4 545 132 67
Binary 11110100 100101 110000 0 1010101 1010000 100 101100101 1011010 110111

Color Harmonies of #F42530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42530

Black with #F42530

Text Example


Text Example

White with #F42530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42530; }

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

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

background-color css

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

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

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

border-color css

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

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

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