Html Css Color HEX #F02B2C Alizarin

📋 copy color: '#F02B2C'

red 240 ◦ green 43 ◦ blue 44

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

Shades of Alizarin #F02B2C

Tints of Alizarin #F02B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.46%

R = 73.39%
G = 13.15%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F02B2C (or 0xF02B2C) is known color: Alizarin. HEX triplet: F0, 2B and 2C. RGB value is (240,43,44). Sum of RGB (Red+Green+Blue) = 240+43+44=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02B2C is #0FD4D3. Grayscale: #666666. Windows color (decimal): -1037524 or 2894832. OLE color: 2894832.

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

Color convert

RGB 240 43 44 -
CMYK 0 0.82 0.82 0.06
HSL 359.7º 0.87% 0.55% -
HSV(B) 359.7º 0.82% 0.94% -
XYZ 37.25 20.43 4.36 -
YUV 102.02 95.27 226.42 -
System Red Green Blue C M Y K H S L
Decimal 240 43 44 0 0.82 0.82 0.06 359.7 0.87 0.55
Hex F0 2B 2C 0 52 52 6 168 57 37
Octal 360 53 54 0 122 122 6 550 127 67
Binary 11110000 101011 101100 0 1010010 1010010 110 101101000 1010111 110111

Color Harmonies of #F02B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02B2C

Black with #F02B2C

Text Example


Text Example

White with #F02B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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