Html Css Color HEX #F02C2E Alizarin

📋 copy color: '#F02C2E'

red 240 ◦ green 44 ◦ blue 46

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

Shades of Alizarin #F02C2E

Tints of Alizarin #F02C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 72.73%
G = 13.33%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F02C2E (or 0xF02C2E) is known color: Alizarin. HEX triplet: F0, 2C and 2E. RGB value is (240,44,46). Sum of RGB (Red+Green+Blue) = 240+44+46=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02C2E is #0FD3D1. Grayscale: #676767. Windows color (decimal): -1037266 or 3026160. OLE color: 3026160.

HSL color Cylindrical-coordinate representation of color #F02C2E: hue angle of 359.39º 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 #F02C2E is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 44 46 -
CMYK 0 0.82 0.81 0.06
HSL 359.39º 0.87% 0.56% -
HSV(B) 359.39º 0.82% 0.94% -
XYZ 37.33 20.52 4.58 -
YUV 102.83 95.93 225.84 -
System Red Green Blue C M Y K H S L
Decimal 240 44 46 0 0.82 0.81 0.06 359.39 0.87 0.56
Hex F0 2C 2E 0 52 51 6 167 57 38
Octal 360 54 56 0 122 121 6 547 127 70
Binary 11110000 101100 101110 0 1010010 1010001 110 101100111 1010111 111000

Color Harmonies of #F02C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C2E

Black with #F02C2E

Text Example


Text Example

White with #F02C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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