Html Css Color HEX #F02B2F Alizarin

📋 copy color: '#F02B2F'

red 240 ◦ green 43 ◦ blue 47

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

Shades of Alizarin #F02B2F

Tints of Alizarin #F02B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 72.73%
G = 13.03%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F02B2F (or 0xF02B2F) is known color: Alizarin. HEX triplet: F0, 2B and 2F. RGB value is (240,43,47). Sum of RGB (Red+Green+Blue) = 240+43+47=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02B2F is #0FD4D0. Grayscale: #666666. Windows color (decimal): -1037521 or 3091440. OLE color: 3091440.

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

Color convert

RGB 240 43 47 -
CMYK 0 0.82 0.80 0.06
HSL 358.78º 0.87% 0.55% -
HSV(B) 358.78º 0.82% 0.94% -
XYZ 37.31 20.46 4.67 -
YUV 102.36 96.77 226.17 -
System Red Green Blue C M Y K H S L
Decimal 240 43 47 0 0.82 0.80 0.06 358.78 0.87 0.55
Hex F0 2B 2F 0 52 50 6 167 57 37
Octal 360 53 57 0 122 120 6 547 127 67
Binary 11110000 101011 101111 0 1010010 1010000 110 101100111 1010111 110111

Color Harmonies of #F02B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02B2F

Black with #F02B2F

Text Example


Text Example

White with #F02B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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