Html Css Color HEX #FF373D Alizarin

📋 copy color: '#FF373D'

red 255 ◦ green 55 ◦ blue 61

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

Shades of Alizarin #FF373D

Tints of Alizarin #FF373D

RGB

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

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

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

R = 68.73%
G = 14.82%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF373D (or 0xFF373D) is known color: Alizarin. HEX triplet: FF, 37 and 3D. RGB value is (255,55,61). Sum of RGB (Red+Green+Blue) = 255+55+61=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF373D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF373D is #00C8C2. Grayscale: #737373. Windows color (decimal): -51395 or 4012031. OLE color: 4012031.

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

Color convert

RGB 255 55 61 -
CMYK 0 0.78 0.76 0
HSL 358.2º 1% 0.61% -
HSV(B) 358.2º 0.78% 1% -
XYZ 43.45 24.33 6.82 -
YUV 115.48 97.26 227.51 -
System Red Green Blue C M Y K H S L
Decimal 255 55 61 0 0.78 0.76 0 358.2 1 0.61
Hex FF 37 3D 0 4E 4C 0 166 64 3D
Octal 377 67 75 0 116 114 0 546 144 75
Binary 11111111 110111 111101 0 1001110 1001100 0 101100110 1100100 111101

Color Harmonies of #FF373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF373D

Black with #FF373D

Text Example


Text Example

White with #FF373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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