Html Css Color HEX #F0373D Alizarin

📋 copy color: '#F0373D'

red 240 ◦ green 55 ◦ blue 61

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

Shades of Alizarin #F0373D

Tints of Alizarin #F0373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.45%

 BLUE value IS 61 (24.22% from 255) = 17.13%

R = 67.42%
G = 15.45%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0373D (or 0xF0373D) is known color: Alizarin. HEX triplet: F0, 37 and 3D. RGB value is (240,55,61). Sum of RGB (Red+Green+Blue) = 240+55+61=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0373D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0373D is #0FC8C2. Grayscale: #6F6F6F. Windows color (decimal): -1034435 or 4012016. OLE color: 4012016.

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

Color convert

RGB 240 55 61 -
CMYK 0 0.77 0.75 0.06
HSL 358.05º 0.86% 0.58% -
HSV(B) 358.05º 0.77% 0.94% -
XYZ 38.14 21.59 6.57 -
YUV 111 99.79 220.01 -
System Red Green Blue C M Y K H S L
Decimal 240 55 61 0 0.77 0.75 0.06 358.05 0.86 0.58
Hex F0 37 3D 0 4D 4B 6 166 56 3A
Octal 360 67 75 0 115 113 6 546 126 72
Binary 11110000 110111 111101 0 1001101 1001011 110 101100110 1010110 111010

Color Harmonies of #F0373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0373D

Black with #F0373D

Text Example


Text Example

White with #F0373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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