Html Css Color HEX #F01B3A Alizarin

📋 copy color: '#F01B3A'

red 240 ◦ green 27 ◦ blue 58

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

Shades of Alizarin #F01B3A

Tints of Alizarin #F01B3A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.31%

 BLUE value IS 58 (23.05% from 255) = 17.85%

R = 73.85%
G = 8.31%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F01B3A (or 0xF01B3A) is known color: Alizarin. HEX triplet: F0, 1B and 3A. RGB value is (240,27,58). Sum of RGB (Red+Green+Blue) = 240+27+58=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01B3A is #0FE4C5. Grayscale: #5E5E5E. Windows color (decimal): -1041606 or 3808240. OLE color: 3808240.

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

Color convert

RGB 240 27 58 -
CMYK 0 0.89 0.76 0.06
HSL 351.27º 0.88% 0.52% -
HSV(B) 351.27º 0.89% 0.94% -
XYZ 37.09 19.61 5.83 -
YUV 94.22 107.57 231.98 -
System Red Green Blue C M Y K H S L
Decimal 240 27 58 0 0.89 0.76 0.06 351.27 0.88 0.52
Hex F0 1B 3A 0 59 4C 6 15F 58 34
Octal 360 33 72 0 131 114 6 537 130 64
Binary 11110000 11011 111010 0 1011001 1001100 110 101011111 1011000 110100

Color Harmonies of #F01B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01B3A

Black with #F01B3A

Text Example


Text Example

White with #F01B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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