Html Css Color HEX #F03D3F Alizarin

📋 copy color: '#F03D3F'

red 240 ◦ green 61 ◦ blue 63

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

Shades of Alizarin #F03D3F

Tints of Alizarin #F03D3F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.76%

 BLUE value IS 63 (25% from 255) = 17.31%

R = 65.93%
G = 16.76%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F03D3F (or 0xF03D3F) is known color: Alizarin. HEX triplet: F0, 3D and 3F. RGB value is (240,61,63). Sum of RGB (Red+Green+Blue) = 240+61+63=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D3F is #0FC2C0. Grayscale: #727272. Windows color (decimal): -1032897 or 4144624. OLE color: 4144624.

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

Color convert

RGB 240 61 63 -
CMYK 0 0.75 0.74 0.06
HSL 359.33º 0.86% 0.59% -
HSV(B) 359.33º 0.75% 0.94% -
XYZ 38.5 22.22 6.96 -
YUV 114.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 240 61 63 0 0.75 0.74 0.06 359.33 0.86 0.59
Hex F0 3D 3F 0 4B 4A 6 167 56 3B
Octal 360 75 77 0 113 112 6 547 126 73
Binary 11110000 111101 111111 0 1001011 1001010 110 101100111 1010110 111011

Color Harmonies of #F03D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D3F

Black with #F03D3F

Text Example


Text Example

White with #F03D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D3F; }

 p { color: rgb(240,61,63); }

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

background-color css

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

 a { background-color: rgb(240,61,63); }

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

border-color css

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

 span { border-color: rgb(240,61,63); }

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