Html Css Color HEX #F02C32 Alizarin

📋 copy color: '#F02C32'

red 240 ◦ green 44 ◦ blue 50

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

Shades of Alizarin #F02C32

Tints of Alizarin #F02C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.17%

 BLUE value IS 50 (19.92% from 255) = 14.97%

R = 71.86%
G = 13.17%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F02C32 (or 0xF02C32) is known color: Alizarin. HEX triplet: F0, 2C and 32. RGB value is (240,44,50). Sum of RGB (Red+Green+Blue) = 240+44+50=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02C32 is #0FD3CD. Grayscale: #676767. Windows color (decimal): -1037262 or 3288304. OLE color: 3288304.

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

Color convert

RGB 240 44 50 -
CMYK 0 0.82 0.79 0.06
HSL 358.16º 0.87% 0.56% -
HSV(B) 358.16º 0.82% 0.94% -
XYZ 37.41 20.56 5.01 -
YUV 103.29 97.93 225.51 -
System Red Green Blue C M Y K H S L
Decimal 240 44 50 0 0.82 0.79 0.06 358.16 0.87 0.56
Hex F0 2C 32 0 52 4F 6 166 57 38
Octal 360 54 62 0 122 117 6 546 127 70
Binary 11110000 101100 110010 0 1010010 1001111 110 101100110 1010111 111000

Color Harmonies of #F02C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C32

Black with #F02C32

Text Example


Text Example

White with #F02C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C32; }

 p { color: rgb(240,44,50); }

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

background-color css

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

 a { background-color: rgb(240,44,50); }

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

border-color css

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

 span { border-color: rgb(240,44,50); }

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