Html Css Color HEX #F42B33 Alizarin

📋 copy color: '#F42B33'

red 244 ◦ green 43 ◦ blue 51

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

Shades of Alizarin #F42B33

Tints of Alizarin #F42B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.72%

 BLUE value IS 51 (20.31% from 255) = 15.09%

R = 72.19%
G = 12.72%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F42B33 (or 0xF42B33) is known color: Alizarin. HEX triplet: F4, 2B and 33. RGB value is (244,43,51). Sum of RGB (Red+Green+Blue) = 244+43+51=338 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.19% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42B33 is #0BD4CC. Grayscale: #686868. Windows color (decimal): -775373 or 3353588. OLE color: 3353588.

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

Color convert

RGB 244 43 51 -
CMYK 0 0.82 0.79 0.04
HSL 357.61º 0.9% 0.56% -
HSV(B) 357.61º 0.82% 0.96% -
XYZ 38.77 21.2 5.18 -
YUV 104.01 98.09 227.85 -
System Red Green Blue C M Y K H S L
Decimal 244 43 51 0 0.82 0.79 0.04 357.61 0.9 0.56
Hex F4 2B 33 0 52 4F 4 166 5A 38
Octal 364 53 63 0 122 117 4 546 132 70
Binary 11110100 101011 110011 0 1010010 1001111 100 101100110 1011010 111000

Color Harmonies of #F42B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42B33

Black with #F42B33

Text Example


Text Example

White with #F42B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42B33; }

 p { color: rgb(244,43,51); }

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

background-color css

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

 a { background-color: rgb(244,43,51); }

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

border-color css

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

 span { border-color: rgb(244,43,51); }

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