Html Css Color HEX #F03A3B Alizarin

📋 copy color: '#F03A3B'

red 240 ◦ green 58 ◦ blue 59

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

Shades of Alizarin #F03A3B

Tints of Alizarin #F03A3B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.25%

 BLUE value IS 59 (23.44% from 255) = 16.53%

R = 67.23%
G = 16.25%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F03A3B (or 0xF03A3B) is known color: Alizarin. HEX triplet: F0, 3A and 3B. RGB value is (240,58,59). Sum of RGB (Red+Green+Blue) = 240+58+59=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03A3B is #0FC5C4. Grayscale: #707070. Windows color (decimal): -1033669 or 3881712. OLE color: 3881712.

HSL color Cylindrical-coordinate representation of color #F03A3B: hue angle of 359.67º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03A3B is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 58 59 -
CMYK 0 0.76 0.75 0.06
HSL 359.67º 0.86% 0.58% -
HSV(B) 359.67º 0.76% 0.94% -
XYZ 38.24 21.87 6.34 -
YUV 112.53 97.8 218.92 -
System Red Green Blue C M Y K H S L
Decimal 240 58 59 0 0.76 0.75 0.06 359.67 0.86 0.58
Hex F0 3A 3B 0 4C 4B 6 168 56 3A
Octal 360 72 73 0 114 113 6 550 126 72
Binary 11110000 111010 111011 0 1001100 1001011 110 101101000 1010110 111010

Color Harmonies of #F03A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A3B

Black with #F03A3B

Text Example


Text Example

White with #F03A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A3B; }

 p { color: rgb(240,58,59); }

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

background-color css

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

 a { background-color: rgb(240,58,59); }

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

border-color css

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

 span { border-color: rgb(240,58,59); }

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