Html Css Color HEX #F02838 Alizarin

📋 copy color: '#F02838'

red 240 ◦ green 40 ◦ blue 56

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

Shades of Alizarin #F02838

Tints of Alizarin #F02838

RGB

 RED value IS 240 (94.14% from 255) = 71.43%

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

 BLUE value IS 56 (22.27% from 255) = 16.67%

R = 71.43%
G = 11.9%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F02838 (or 0xF02838) is known color: Alizarin. HEX triplet: F0, 28 and 38. RGB value is (240,40,56). Sum of RGB (Red+Green+Blue) = 240+40+56=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F02838 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02838 is #0FD7C7. Grayscale: #656565. Windows color (decimal): -1038280 or 3680496. OLE color: 3680496.

HSL color Cylindrical-coordinate representation of color #F02838: hue angle of 355.2º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02838 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 40 56 -
CMYK 0 0.83 0.77 0.06
HSL 355.2º 0.87% 0.55% -
HSV(B) 355.2º 0.83% 0.94% -
XYZ 37.41 20.33 5.69 -
YUV 101.62 102.26 226.7 -
System Red Green Blue C M Y K H S L
Decimal 240 40 56 0 0.83 0.77 0.06 355.2 0.87 0.55
Hex F0 28 38 0 53 4D 6 163 57 37
Octal 360 50 70 0 123 115 6 543 127 67
Binary 11110000 101000 111000 0 1010011 1001101 110 101100011 1010111 110111

Color Harmonies of #F02838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02838

Black with #F02838

Text Example


Text Example

White with #F02838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02838; }

 p { color: rgb(240,40,56); }

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

background-color css

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

 a { background-color: rgb(240,40,56); }

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

border-color css

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

 span { border-color: rgb(240,40,56); }

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