Html Css Color HEX #FF2937 Alizarin

📋 copy color: '#FF2937'

red 255 ◦ green 41 ◦ blue 55

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

Shades of Alizarin #FF2937

Tints of Alizarin #FF2937

RGB

 RED value IS 255 (100% from 255) = 72.65%

 GREEN value IS 41 (16.41% from 255) = 11.68%

 BLUE value IS 55 (21.88% from 255) = 15.67%

R = 72.65%
G = 11.68%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF2937 (or 0xFF2937) is known color: Alizarin. HEX triplet: FF, 29 and 37. RGB value is (255,41,55). Sum of RGB (Red+Green+Blue) = 255+41+55=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2937 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2937 is #00D6C8. Grayscale: #6A6A6A. Windows color (decimal): -54985 or 3615231. OLE color: 3615231.

HSL color Cylindrical-coordinate representation of color #FF2937: hue angle of 356.07º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2937 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB 255 41 55 -
CMYK 0 0.84 0.78 0
HSL 356.07º 1% 0.58% -
HSV(B) 356.07º 0.84% 1% -
XYZ 42.72 23.12 5.83 -
YUV 106.58 98.9 233.86 -
System Red Green Blue C M Y K H S L
Decimal 255 41 55 0 0.84 0.78 0 356.07 1 0.58
Hex FF 29 37 0 54 4E 0 164 64 3A
Octal 377 51 67 0 124 116 0 544 144 72
Binary 11111111 101001 110111 0 1010100 1001110 0 101100100 1100100 111010

Color Harmonies of #FF2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2937

Black with #FF2937

Text Example


Text Example

White with #FF2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2937; }

 p { color: rgb(255,41,55); }

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

background-color css

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

 a { background-color: rgb(255,41,55); }

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

border-color css

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

 span { border-color: rgb(255,41,55); }

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