Html Css Color HEX #F02B2E Alizarin

📋 copy color: '#F02B2E'

red 240 ◦ green 43 ◦ blue 46

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

Shades of Alizarin #F02B2E

Tints of Alizarin #F02B2E

RGB

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

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

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

R = 72.95%
G = 13.07%
B = 13.98%

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

#F02B2E (or 0xF02B2E) is known color: Alizarin. HEX triplet: F0, 2B and 2E. RGB value is (240,43,46). Sum of RGB (Red+Green+Blue) = 240+43+46=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02B2E is #0FD4D1. Grayscale: #666666. Windows color (decimal): -1037522 or 3025904. OLE color: 3025904.

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

Color convert

RGB 240 43 46 -
CMYK 0 0.82 0.81 0.06
HSL 359.09º 0.87% 0.55% -
HSV(B) 359.09º 0.82% 0.94% -
XYZ 37.29 20.45 4.57 -
YUV 102.25 96.27 226.26 -
System Red Green Blue C M Y K H S L
Decimal 240 43 46 0 0.82 0.81 0.06 359.09 0.87 0.55
Hex F0 2B 2E 0 52 51 6 167 57 37
Octal 360 53 56 0 122 121 6 547 127 67
Binary 11110000 101011 101110 0 1010010 1010001 110 101100111 1010111 110111

Color Harmonies of #F02B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02B2E

Black with #F02B2E

Text Example


Text Example

White with #F02B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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